#66B7DE

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

Shades of Malibu #66B7DE

Tints of Malibu #66B7DE

Color information

#66B7DE (or 0x66B7DE) is unknown color: approx Malibu. HEX triplet: 66, B7 and DE. RGB value is (102,183,222). Sum of RGB (Red+Green+Blue) = 102+183+222=507 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.12% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 222 (87.11% from 255 or 43.79% from 507); Max value from RGB is 222 - color contains mainly: blue. Hex color #66B7DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B7DE is #994821. Grayscale: #A2A2A2. Windows color (decimal): -10045474 or 14595942. OLE color: 14595942.

HSL color Cylindrical-coordinate representation of color #66B7DE: hue angle of 199.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66B7DE is Cyan = 0.54, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB102183222-
CMYK0.540.1800.13
HSL199.5º64.52%63.53%-
HSV(B)199.5º54.05%87.06%-
XYZ35.641.9775.33-
YUV163.23161.1684.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.12%
GREEN value IS 183 (71.88% from 255) = 36.09%
BLUE value IS 222 (87.11% from 255) = 43.79%
R=20.12%
G=36.09%
B=43.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1021832220.540.1800.13199.564.5263.53
Hex66B7DE36120Dc84140
Octal1462673366622015310101100
Binary1100110101101111101111011011010010011011100100010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66B7DE; }

 p { color: rgb(102,183,222); }

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

<style>
 a { background-color: #66B7DE; }

 a { background-color: rgb(102,183,222); }

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

<style>
 span { border-color: #66B7DE; }

 span { border-color: rgb(102,183,222); }

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