#60B0EA

Color #60B0EA Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #60B0EA

Tints of Malibu #60B0EA

Color information

#60B0EA (or 0x60B0EA) is unknown color: approx Malibu. HEX triplet: 60, B0 and EA. RGB value is (96,176,234). Sum of RGB (Red+Green+Blue) = 96+176+234=506 (67% of max value = 765). Red value is 96 (37.89% from 255 or 18.97% from 506); Green value is 176 (69.14% from 255 or 34.78% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #60B0EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #60B0EA is #9F4F15. Grayscale: #9E9E9E. Windows color (decimal): -10440470 or 15380576. OLE color: 15380576.

HSL color Cylindrical-coordinate representation of color #60B0EA: hue angle of 205.22º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60B0EA is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB96176234-
CMYK0.590.2500.08
HSL205.22º76.67%64.71%-
HSV(B)205.22º58.97%91.76%-
XYZ35.239.4883.61-
YUV158.69170.583.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 96 (37.89% from 255) = 18.97%
GREEN value IS 176 (69.14% from 255) = 34.78%
BLUE value IS 234 (91.80% from 255) = 46.25%
R=18.97%
G=34.78%
B=46.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal961762340.590.2500.08205.2276.6764.71
Hex60B0EA3B1908cd4d41
Octal1402603527331010315115101
Binary1100000101100001110101011101111001010001100110110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60B0EA; }

 p { color: rgb(96,176,234); }

 H1.HeaderClassName
 {
   color: #60B0EA;
 }
 .AnyTagClassName
 {
   color: #60B0EA;
 }
</style>
background-color css

<style>
 a { background-color: #60B0EA; }

 a { background-color: rgb(96,176,234); }

 div.DivClassName
 {
   background-color: #60B0EA;
 }
 .BgClassName
 {
   background-color: #60B0EA;
 }
</style>
border-color css

<style>
 span { border-color: #60B0EA; }

 span { border-color: rgb(96,176,234); }

 td.TdClassName
 {
   border-color: #60B0EA;
 }
 .TagClassName
 {
   border-color: #60B0EA;
 }
</style>