Html Css Color HEX #C9F2F9 Onahau

📋 copy color: '#C9F2F9'

red 201 ◦ green 242 ◦ blue 249

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

Shades of Onahau #C9F2F9

Tints of Onahau #C9F2F9

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.97%

 BLUE value IS 249 (97.66% from 255) = 35.98%

R = 29.05%
G = 34.97%
B = 35.98%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C9F2F9 (or 0xC9F2F9) is known color: Onahau. HEX triplet: C9, F2 and F9. RGB value is (201,242,249). Sum of RGB (Red+Green+Blue) = 201+242+249=692 (91% of max value = 765). Red value is 201 (78.91% from 255 or 29.05% from 692); Green value is 242 (94.92% from 255 or 34.97% from 692); Blue value is 249 (97.66% from 255 or 35.98% from 692); Max value from RGB is 249 - color contains mainly: blue. Hex color #C9F2F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F2F9 is #360D06. Grayscale: #E6E6E6. Windows color (decimal): -3542279 or 16380617. OLE color: 16380617.

HSL color Cylindrical-coordinate representation of color #C9F2F9: hue angle of 188.75º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9F2F9 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 242 249 -
CMYK 0.19 0.03 0 0.02
HSL 188.75º 0.8% 0.88% -
HSV(B) 188.75º 0.19% 0.98% -
XYZ 72.94 82.76 101.75 -
YUV 230.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 201 242 249 0.19 0.03 0 0.02 188.75 0.8 0.88
Hex C9 F2 F9 13 3 0 2 BD 50 58
Octal 311 362 371 23 3 0 2 275 120 130
Binary 11001001 11110010 11111001 10011 11 0 10 10111101 1010000 1011000

Color Harmonies of #C9F2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F2F9

Black with #C9F2F9

Text Example


Text Example

White with #C9F2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F2F9; }

 p { color: rgb(201,242,249); }

 H1.HeaderClassName
 {
   color: #C9F2F9;
 }
 .AnyTagClassName
 {
   color: #C9F2F9;
 }
</style>

background-color css

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

 a { background-color: rgb(201,242,249); }

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

border-color css

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

 span { border-color: rgb(201,242,249); }

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