#66BBD9

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

Shades of Malibu #66BBD9

Tints of Malibu #66BBD9

Color information

#66BBD9 (or 0x66BBD9) is unknown color: approx Malibu. HEX triplet: 66, BB and D9. RGB value is (102,187,217). Sum of RGB (Red+Green+Blue) = 102+187+217=506 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.16% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 217 (85.16% from 255 or 42.89% from 506); Max value from RGB is 217 - color contains mainly: blue. Hex color #66BBD9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BBD9 is #994426. Grayscale: #A4A4A4. Windows color (decimal): -10044455 or 14269286. OLE color: 14269286.

HSL color Cylindrical-coordinate representation of color #66BBD9: hue angle of 195.65º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66BBD9 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB102187217-
CMYK0.530.1400.15
HSL195.65º60.21%62.55%-
HSV(B)195.65º53%85.1%-
XYZ35.7743.3872.13-
YUV165157.3483.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.16%
GREEN value IS 187 (73.44% from 255) = 36.96%
BLUE value IS 217 (85.16% from 255) = 42.89%
R=20.16%
G=36.96%
B=42.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1021872170.530.1400.15195.6560.2162.55
Hex66BBD935E0Fc43c3f
Octal14627333165160173047477
Binary1100110101110111101100111010111100111111000100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,187,217); }

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

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

 a { background-color: rgb(102,187,217); }

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

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

 span { border-color: rgb(102,187,217); }

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