#C9EAF1

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

Shades of Onahau #C9EAF1

Tints of Onahau #C9EAF1

Color information

#C9EAF1 (or 0xC9EAF1) is unknown color: approx Onahau. HEX triplet: C9, EA and F1. RGB value is (201,234,241). Sum of RGB (Red+Green+Blue) = 201+234+241=676 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.73% from 676); Green value is 234 (91.80% from 255 or 34.62% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 241 - color contains mainly: blue. Hex color #C9EAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EAF1 is #36150E. Grayscale: #E0E0E0. Windows color (decimal): -3544335 or 15854281. OLE color: 15854281.

HSL color Cylindrical-coordinate representation of color #C9EAF1: hue angle of 190.5º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9EAF1 is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB201234241-
CMYK0.170.0300.05
HSL190.5º58.82%86.67%-
HSV(B)190.5º16.6%94.51%-
XYZ69.3977.6194.54-
YUV224.93137.07110.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.73%
GREEN value IS 234 (91.80% from 255) = 34.62%
BLUE value IS 241 (94.53% from 255) = 35.65%
R=29.73%
G=34.62%
B=35.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2012342410.170.0300.05190.558.8286.67
HexC9EAF111305be3b57
Octal3113523612130527673127
Binary11001001111010101111000110001110101101111101110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EAF1; }

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

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

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

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

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

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

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

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