#C9E5EB

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

Shades of Onahau #C9E5EB

Tints of Onahau #C9E5EB

Color information

#C9E5EB (or 0xC9E5EB) is unknown color: approx Onahau. HEX triplet: C9, E5 and EB. RGB value is (201,229,235). Sum of RGB (Red+Green+Blue) = 201+229+235=665 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.23% from 665); Green value is 229 (89.84% from 255 or 34.44% from 665); Blue value is 235 (92.19% from 255 or 35.34% from 665); Max value from RGB is 235 - color contains mainly: blue. Hex color #C9E5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C9E5EB is #361A14. Grayscale: #DDDDDD. Windows color (decimal): -3545621 or 15459785. OLE color: 15459785.

HSL color Cylindrical-coordinate representation of color #C9E5EB: hue angle of 190.59º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9E5EB is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB201229235-
CMYK0.140.0300.08
HSL190.59º45.95%85.49%-
HSV(B)190.59º14.47%92.16%-
XYZ67.174.4589.43-
YUV221.31135.72113.51-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.23%
GREEN value IS 229 (89.84% from 255) = 34.44%
BLUE value IS 235 (92.19% from 255) = 35.34%
R=30.23%
G=34.44%
B=35.34%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2012292350.140.0300.08190.5945.9585.49
HexC9E5EBE308bf2e55
Octal31134535316301027756125
Binary11001001111001011110101111101101000101111111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9E5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9E5EB; }

 p { color: rgb(201,229,235); }

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

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

 a { background-color: rgb(201,229,235); }

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

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

 span { border-color: rgb(201,229,235); }

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