#66C4E3

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

Shades of Malibu #66C4E3

Tints of Malibu #66C4E3

Color information

#66C4E3 (or 0x66C4E3) is unknown color: approx Malibu. HEX triplet: 66, C4 and E3. RGB value is (102,196,227). Sum of RGB (Red+Green+Blue) = 102+196+227=525 (69% of max value = 765). Red value is 102 (40.23% from 255 or 19.43% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 227 (89.06% from 255 or 43.24% from 525); Max value from RGB is 227 - color contains mainly: blue. Hex color #66C4E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66C4E3 is #993B1C. Grayscale: #ABABAB. Windows color (decimal): -10042141 or 14926950. OLE color: 14926950.

HSL color Cylindrical-coordinate representation of color #66C4E3: hue angle of 194.88º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66C4E3 is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB102196227-
CMYK0.550.1400.11
HSL194.88º69.06%64.51%-
HSV(B)194.88º55.07%89.02%-
XYZ39.0847.8579.85-
YUV171.43159.3678.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.43%
GREEN value IS 196 (76.95% from 255) = 37.33%
BLUE value IS 227 (89.06% from 255) = 43.24%
R=19.43%
G=37.33%
B=43.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1021962270.550.1400.11194.8869.0664.51
Hex66C4E337E0Bc34541
Octal1463043436716013303105101
Binary110011011000100111000111101111110010111100001110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,196,227); }

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

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

 a { background-color: rgb(102,196,227); }

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

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

 span { border-color: rgb(102,196,227); }

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