#66B8E1

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

Shades of Malibu #66B8E1

Tints of Malibu #66B8E1

Color information

#66B8E1 (or 0x66B8E1) is unknown color: approx Malibu. HEX triplet: 66, B8 and E1. RGB value is (102,184,225). Sum of RGB (Red+Green+Blue) = 102+184+225=511 (67% of max value = 765). Red value is 102 (40.23% from 255 or 19.96% from 511); Green value is 184 (72.27% from 255 or 36.01% from 511); Blue value is 225 (88.28% from 255 or 44.03% from 511); Max value from RGB is 225 - color contains mainly: blue. Hex color #66B8E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B8E1 is #99471E. Grayscale: #A3A3A3. Windows color (decimal): -10045215 or 14792806. OLE color: 14792806.

HSL color Cylindrical-coordinate representation of color #66B8E1: hue angle of 200º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66B8E1 is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB102184225-
CMYK0.550.1800.12
HSL200º67.21%64.12%-
HSV(B)200º54.67%88.24%-
XYZ36.2142.5477.54-
YUV164.16162.3383.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.96%
GREEN value IS 184 (72.27% from 255) = 36.01%
BLUE value IS 225 (88.28% from 255) = 44.03%
R=19.96%
G=36.01%
B=44.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1021842250.550.1800.1220067.2164.12
Hex66B8E137120Cc84340
Octal1462703416722014310103100
Binary1100110101110001110000111011110010011001100100010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B8E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,184,225); }

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

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

 a { background-color: rgb(102,184,225); }

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

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

 span { border-color: rgb(102,184,225); }

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