#66BCE0

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

Shades of Malibu #66BCE0

Tints of Malibu #66BCE0

Color information

#66BCE0 (or 0x66BCE0) is unknown color: approx Malibu. HEX triplet: 66, BC and E0. RGB value is (102,188,224). Sum of RGB (Red+Green+Blue) = 102+188+224=514 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.84% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 224 (87.89% from 255 or 43.58% from 514); Max value from RGB is 224 - color contains mainly: blue. Hex color #66BCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66BCE0 is #99431F. Grayscale: #A6A6A6. Windows color (decimal): -10044192 or 14728294. OLE color: 14728294.

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

Color convert

RGB102188224-
CMYK0.540.1600.12
HSL197.7º66.3%63.92%-
HSV(B)197.7º54.46%87.84%-
XYZ36.9244.1777.1-
YUV166.39160.5182.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.84%
GREEN value IS 188 (73.83% from 255) = 36.58%
BLUE value IS 224 (87.89% from 255) = 43.58%
R=19.84%
G=36.58%
B=43.58%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1021882240.540.1600.12197.766.363.92
Hex66BCE036100Cc64240
Octal1462743406620014306102100
Binary1100110101111001110000011011010000011001100011010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,188,224); }

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

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

 a { background-color: rgb(102,188,224); }

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

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

 span { border-color: rgb(102,188,224); }

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