#C9F5FC

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

Shades of Onahau #C9F5FC

Tints of Onahau #C9F5FC

Color information

#C9F5FC (or 0xC9F5FC) is unknown color: approx Onahau. HEX triplet: C9, F5 and FC. RGB value is (201,245,252). Sum of RGB (Red+Green+Blue) = 201+245+252=698 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.80% from 698); Green value is 245 (96.09% from 255 or 35.10% from 698); Blue value is 252 (98.83% from 255 or 36.10% from 698); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9F5FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F5FC is #360A03. Grayscale: #E8E8E8. Windows color (decimal): -3541508 or 16577993. OLE color: 16577993.

HSL color Cylindrical-coordinate representation of color #C9F5FC: hue angle of 188.24º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9F5FC is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB201245252-
CMYK0.200.0300.01
HSL188.24º89.47%88.82%-
HSV(B)188.24º20.24%98.82%-
XYZ74.3184.75104.54-
YUV232.64138.92105.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 28.80%
GREEN value IS 245 (96.09% from 255) = 35.10%
BLUE value IS 252 (98.83% from 255) = 36.10%
R=28.80%
G=35.10%
B=36.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2012452520.200.0300.01188.2489.4788.82
HexC9F5FC14301bc5959
Octal31136537424301274131131
Binary1100100111110101111111001010011011011110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F5FC; }

 p { color: rgb(201,245,252); }

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

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

 a { background-color: rgb(201,245,252); }

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

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

 span { border-color: rgb(201,245,252); }

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