#60B7EF

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

Shades of Malibu #60B7EF

Tints of Malibu #60B7EF

Color information

#60B7EF (or 0x60B7EF) is unknown color: approx Malibu. HEX triplet: 60, B7 and EF. RGB value is (96,183,239). Sum of RGB (Red+Green+Blue) = 96+183+239=518 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.53% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #60B7EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B7EF is #9F4810. Grayscale: #A3A3A3. Windows color (decimal): -10438673 or 15710048. OLE color: 15710048.

HSL color Cylindrical-coordinate representation of color #60B7EF: hue angle of 203.5º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60B7EF is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB96183239-
CMYK0.600.2300.06
HSL203.5º81.71%65.69%-
HSV(B)203.5º59.83%93.73%-
XYZ37.3442.5987.91-
YUV163.37170.6879.95-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.53%
GREEN value IS 183 (71.88% from 255) = 35.33%
BLUE value IS 239 (93.75% from 255) = 46.14%
R=18.53%
G=35.33%
B=46.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal961832390.600.2300.06203.581.7165.69
Hex60B7EF3C1706cb5242
Octal140267357742706313122102
Binary110000010110111111011111111001011101101100101110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,183,239); }

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

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

 a { background-color: rgb(96,183,239); }

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

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

 span { border-color: rgb(96,183,239); }

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