#CCEAEF

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

Shades of Onahau #CCEAEF

Tints of Onahau #CCEAEF

Color information

#CCEAEF (or 0xCCEAEF) is unknown color: approx Onahau. HEX triplet: CC, EA and EF. RGB value is (204,234,239). Sum of RGB (Red+Green+Blue) = 204+234+239=677 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.13% from 677); Green value is 234 (91.80% from 255 or 34.56% from 677); Blue value is 239 (93.75% from 255 or 35.30% from 677); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCEAEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEAEF is #331510. Grayscale: #E1E1E1. Windows color (decimal): -3347729 or 15723212. OLE color: 15723212.

HSL color Cylindrical-coordinate representation of color #CCEAEF: hue angle of 188.57º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEAEF is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204234239-
CMYK0.150.0200.06
HSL188.57º52.24%86.86%-
HSV(B)188.57º14.64%93.73%-
XYZ69.977.9293.02-
YUV225.6135.56112.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 30.13%
GREEN value IS 234 (91.80% from 255) = 34.56%
BLUE value IS 239 (93.75% from 255) = 35.30%
R=30.13%
G=34.56%
B=35.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042342390.150.0200.06188.5752.2486.86
HexCCEAEFF206bd3457
Octal3143523571720627564127
Binary1100110011101010111011111111100110101111011101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEAEF; }

 p { color: rgb(204,234,239); }

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

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

 a { background-color: rgb(204,234,239); }

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

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

 span { border-color: rgb(204,234,239); }

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