#C9EAEE

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

Shades of Onahau #C9EAEE

Tints of Onahau #C9EAEE

Color information

#C9EAEE (or 0xC9EAEE) is unknown color: approx Onahau. HEX triplet: C9, EA and EE. RGB value is (201,234,238). Sum of RGB (Red+Green+Blue) = 201+234+238=673 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.87% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 238 (93.36% from 255 or 35.36% from 673); Max value from RGB is 238 - color contains mainly: blue. Hex color #C9EAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EAEE is #361511. Grayscale: #E0E0E0. Windows color (decimal): -3544338 or 15657673. OLE color: 15657673.

HSL color Cylindrical-coordinate representation of color #C9EAEE: hue angle of 186.49º degrees, saturation: 0.52, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9EAEE is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB201234238-
CMYK0.160.0200.07
HSL186.49º52.11%86.08%-
HSV(B)186.49º15.55%93.33%-
XYZ68.9477.4492.2-
YUV224.59135.57111.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.87%
GREEN value IS 234 (91.80% from 255) = 34.77%
BLUE value IS 238 (93.36% from 255) = 35.36%
R=29.87%
G=34.77%
B=35.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2012342380.160.0200.07186.4952.1186.08
HexC9EAEE10207ba3456
Octal3113523562020727264126
Binary11001001111010101110111010000100111101110101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EAEE; }

 p { color: rgb(201,234,238); }

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

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

 a { background-color: rgb(201,234,238); }

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

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

 span { border-color: rgb(201,234,238); }

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