#66C3DE

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

Shades of Malibu #66C3DE

Tints of Malibu #66C3DE

Color information

#66C3DE (or 0x66C3DE) is unknown color: approx Malibu. HEX triplet: 66, C3 and DE. RGB value is (102,195,222). Sum of RGB (Red+Green+Blue) = 102+195+222=519 (68% of max value = 765). Red value is 102 (40.23% from 255 or 19.65% from 519); Green value is 195 (76.56% from 255 or 37.57% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #66C3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C3DE is #993C21. Grayscale: #AAAAAA. Windows color (decimal): -10042402 or 14599014. OLE color: 14599014.

HSL color Cylindrical-coordinate representation of color #66C3DE: hue angle of 193.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 #66C3DE is Cyan = 0.54, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB102195222-
CMYK0.540.1200.13
HSL193.5º64.52%63.53%-
HSV(B)193.5º54.05%87.06%-
XYZ38.1847.1376.19-
YUV170.27157.1979.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.65%
GREEN value IS 195 (76.56% from 255) = 37.57%
BLUE value IS 222 (87.11% from 255) = 42.77%
R=19.65%
G=37.57%
B=42.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1021952220.540.1200.13193.564.5263.53
Hex66C3DE36C0Dc24140
Octal1463033366614015302101100
Binary110011011000011110111101101101100011011100001010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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