Html Css Color HEX #C9F5FC Onahau

📋 copy color: '#C9F5FC'

red 201 ◦ green 245 ◦ blue 252

#C9F5FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Onahau #C9F5FC

Tints of Onahau #C9F5FC

RGB

 RED value IS 201 (78.91% from 255) = 28.8%

 GREEN value IS 245 (96.09% from 255) = 35.1%

 BLUE value IS 252 (98.83% from 255) = 36.1%

R = 28.8%
G = 35.1%
B = 36.1%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C9F5FC (or 0xC9F5FC) is known color: 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

RGB 201 245 252 -
CMYK 0.20 0.03 0 0.01
HSL 188.24º 0.89% 0.89% -
HSV(B) 188.24º 0.2% 0.99% -
XYZ 74.31 84.75 104.54 -
YUV 232.64 138.92 105.43 -
System Red Green Blue C M Y K H S L
Decimal 201 245 252 0.20 0.03 0 0.01 188.24 0.89 0.89
Hex C9 F5 FC 14 3 0 1 BC 59 59
Octal 311 365 374 24 3 0 1 274 131 131
Binary 11001001 11110101 11111100 10100 11 0 1 10111100 1011001 1011001

Color Harmonies of #C9F5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F5FC

Black with #C9F5FC

Text Example


Text Example

White with #C9F5FC

Text Example


Text Example

HTML Codes & Css Web 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>