#66BBE4

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

Shades of Malibu #66BBE4

Tints of Malibu #66BBE4

Color information

#66BBE4 (or 0x66BBE4) is unknown color: approx Malibu. HEX triplet: 66, BB and E4. RGB value is (102,187,228). Sum of RGB (Red+Green+Blue) = 102+187+228=517 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.73% from 517); Green value is 187 (73.44% from 255 or 36.17% from 517); Blue value is 228 (89.45% from 255 or 44.10% from 517); Max value from RGB is 228 - color contains mainly: blue. Hex color #66BBE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BBE4 is #99441B. Grayscale: #A6A6A6. Windows color (decimal): -10044444 or 14990182. OLE color: 14990182.

HSL color Cylindrical-coordinate representation of color #66BBE4: hue angle of 199.52º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66BBE4 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB102187228-
CMYK0.550.1800.11
HSL199.52º70%64.71%-
HSV(B)199.52º55.26%89.41%-
XYZ37.2543.9779.92-
YUV166.26162.8482.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.73%
GREEN value IS 187 (73.44% from 255) = 36.17%
BLUE value IS 228 (89.45% from 255) = 44.10%
R=19.73%
G=36.17%
B=44.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1021872280.550.1800.11199.527064.71
Hex66BBE437120Bc84641
Octal1462733446722013310106101
Binary1100110101110111110010011011110010010111100100010001101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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