#66B7E1

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

Shades of Malibu #66B7E1

Tints of Malibu #66B7E1

Color information

#66B7E1 (or 0x66B7E1) is unknown color: approx Malibu. HEX triplet: 66, B7 and E1. RGB value is (102,183,225). Sum of RGB (Red+Green+Blue) = 102+183+225=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 183 (71.88% from 255 or 35.88% from 510); Blue value is 225 (88.28% from 255 or 44.12% from 510); Max value from RGB is 225 - color contains mainly: blue. Hex color #66B7E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66B7E1 is #99481E. Grayscale: #A3A3A3. Windows color (decimal): -10045471 or 14792550. OLE color: 14792550.

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

Color convert

RGB102183225-
CMYK0.550.1900.12
HSL200.49º67.21%64.12%-
HSV(B)200.49º54.67%88.24%-
XYZ3642.1377.47-
YUV163.57162.6684.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20%
GREEN value IS 183 (71.88% from 255) = 35.88%
BLUE value IS 225 (88.28% from 255) = 44.12%
R=20%
G=35.88%
B=44.12%

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
Decimal1021832250.550.1900.12200.4967.2164.12
Hex66B7E137130Cc84340
Octal1462673416723014310103100
Binary1100110101101111110000111011110011011001100100010000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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