#C9EEFA

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

Shades of Onahau #C9EEFA

Tints of Onahau #C9EEFA

Color information

#C9EEFA (or 0xC9EEFA) is unknown color: approx Onahau. HEX triplet: C9, EE and FA. RGB value is (201,238,250). Sum of RGB (Red+Green+Blue) = 201+238+250=689 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.17% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9EEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EEFA is #361105. Grayscale: #E4E4E4. Windows color (decimal): -3543302 or 16445129. OLE color: 16445129.

HSL color Cylindrical-coordinate representation of color #C9EEFA: hue angle of 194.69º degrees, saturation: 0.83, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9EEFA is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB201238250-
CMYK0.200.0500.02
HSL194.69º83.05%88.43%-
HSV(B)194.69º19.6%98.04%-
XYZ71.9280.47102.18-
YUV228.3140.24108.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 29.17%
GREEN value IS 238 (93.36% from 255) = 34.54%
BLUE value IS 250 (98.05% from 255) = 36.28%
R=29.17%
G=34.54%
B=36.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2012382500.200.0500.02194.6983.0588.43
HexC9EEFA14502c35358
Octal31135637224502303123130
Binary110010011110111011111010101001010101100001110100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9EEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9EEFA; }

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

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

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

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

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

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

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

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