#66C3EE

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

Shades of Malibu #66C3EE

Tints of Malibu #66C3EE

Color information

#66C3EE (or 0x66C3EE) is unknown color: approx Malibu. HEX triplet: 66, C3 and EE. RGB value is (102,195,238). Sum of RGB (Red+Green+Blue) = 102+195+238=535 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.07% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #66C3EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #66C3EE is #993C11. Grayscale: #ABABAB. Windows color (decimal): -10042386 or 15647590. OLE color: 15647590.

HSL color Cylindrical-coordinate representation of color #66C3EE: hue angle of 198.97º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66C3EE is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB102195238-
CMYK0.570.1800.07
HSL198.97º80%66.67%-
HSV(B)198.97º57.14%93.33%-
XYZ40.4348.0388.03-
YUV172.1165.1978-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 19.07%
GREEN value IS 195 (76.56% from 255) = 36.45%
BLUE value IS 238 (93.36% from 255) = 44.49%
R=19.07%
G=36.45%
B=44.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1021952380.570.1800.07198.978066.67
Hex66C3EE391207c75043
Octal146303356712207307120103
Binary110011011000011111011101110011001001111100011110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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