#66A7DE

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

Shades of Malibu #66A7DE

Tints of Malibu #66A7DE

Color information

#66A7DE (or 0x66A7DE) is unknown color: approx Malibu. HEX triplet: 66, A7 and DE. RGB value is (102,167,222). Sum of RGB (Red+Green+Blue) = 102+167+222=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 222 (87.11% from 255 or 45.21% from 491); Max value from RGB is 222 - color contains mainly: blue. Hex color #66A7DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #66A7DE is #995821. Grayscale: #999999. Windows color (decimal): -10049570 or 14591846. OLE color: 14591846.

HSL color Cylindrical-coordinate representation of color #66A7DE: hue angle of 207.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66A7DE is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB102167222-
CMYK0.540.2500.13
HSL207.5º64.52%63.53%-
HSV(B)207.5º54.05%87.06%-
XYZ32.4835.7474.29-
YUV153.83166.4791.03-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.77%
GREEN value IS 167 (65.62% from 255) = 34.01%
BLUE value IS 222 (87.11% from 255) = 45.21%
R=20.77%
G=34.01%
B=45.21%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1021672220.540.2500.13207.564.5263.53
Hex66A7DE36190Dd04140
Octal1462473366631015320101100
Binary1100110101001111101111011011011001011011101000010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,167,222); }

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

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

 a { background-color: rgb(102,167,222); }

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

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

 span { border-color: rgb(102,167,222); }

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