#66B6E1

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

Shades of Malibu #66B6E1

Tints of Malibu #66B6E1

Color information

#66B6E1 (or 0x66B6E1) is unknown color: approx Malibu. HEX triplet: 66, B6 and E1. RGB value is (102,182,225). Sum of RGB (Red+Green+Blue) = 102+182+225=509 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20.04% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 225 (88.28% from 255 or 44.20% from 509); Max value from RGB is 225 - color contains mainly: blue. Hex color #66B6E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B6E1 is #99491E. Grayscale: #A2A2A2. Windows color (decimal): -10045727 or 14792294. OLE color: 14792294.

HSL color Cylindrical-coordinate representation of color #66B6E1: hue angle of 200.98º 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 #66B6E1 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB102182225-
CMYK0.550.1900.12
HSL200.98º67.21%64.12%-
HSV(B)200.98º54.67%88.24%-
XYZ35.841.7277.4-
YUV162.9816384.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.04%
GREEN value IS 182 (71.48% from 255) = 35.76%
BLUE value IS 225 (88.28% from 255) = 44.20%
R=20.04%
G=35.76%
B=44.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1021822250.550.1900.12200.9867.2164.12
Hex66B6E137130Cc94340
Octal1462663416723014311103100
Binary1100110101101101110000111011110011011001100100110000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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