#60B6DE

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

Shades of Malibu #60B6DE

Tints of Malibu #60B6DE

Color information

#60B6DE (or 0x60B6DE) is unknown color: approx Malibu. HEX triplet: 60, B6 and DE. RGB value is (96,182,222). Sum of RGB (Red+Green+Blue) = 96+182+222=500 (66% of max value = 765). Red value is 96 (37.89% from 255 or 19.2% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #60B6DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60B6DE is #9F4921. Grayscale: #A0A0A0. Windows color (decimal): -10438946 or 14595680. OLE color: 14595680.

HSL color Cylindrical-coordinate representation of color #60B6DE: hue angle of 199.05º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60B6DE is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB96182222-
CMYK0.570.1800.13
HSL199.05º65.62%62.35%-
HSV(B)199.05º56.76%87.06%-
XYZ34.7441.2275.23-
YUV160.85162.5181.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.2%
GREEN value IS 182 (71.48% from 255) = 36.4%
BLUE value IS 222 (87.11% from 255) = 44.4%
R=19.2%
G=36.4%
B=44.4%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal961822220.570.1800.13199.0565.6262.35
Hex60B6DE39120Dc7423e
Octal140266336712201530710276
Binary110000010110110110111101110011001001101110001111000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60B6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,182,222); }

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

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

 a { background-color: rgb(96,182,222); }

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

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

 span { border-color: rgb(96,182,222); }

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