Html Css Color HEX #C9F4FF Onahau

📋 copy color: '#C9F4FF'

red 201 ◦ green 244 ◦ blue 255

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

Shades of Onahau #C9F4FF

Tints of Onahau #C9F4FF

RGB

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

 GREEN value IS 244 (95.7% from 255) = 34.86%

 BLUE value IS 255 (100% from 255) = 36.43%

R = 28.71%
G = 34.86%
B = 36.43%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9F4FF (or 0xC9F4FF) is known color: Onahau. HEX triplet: C9, F4 and FF. RGB value is (201,244,255). Sum of RGB (Red+Green+Blue) = 201+244+255=700 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.71% from 700); Green value is 244 (95.70% from 255 or 34.86% from 700); Blue value is 255 (100% from 255 or 36.43% from 700); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9F4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F4FF is #360B00. Grayscale: #E8E8E8. Windows color (decimal): -3541761 or 16774345. OLE color: 16774345.

HSL color Cylindrical-coordinate representation of color #C9F4FF: hue angle of 192.22º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9F4FF is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 244 255 -
CMYK 0.21 0.04 0 0
HSL 192.22º 1% 0.89% -
HSV(B) 192.22º 0.21% 1% -
XYZ 74.49 84.34 106.96 -
YUV 232.4 140.75 105.61 -
System Red Green Blue C M Y K H S L
Decimal 201 244 255 0.21 0.04 0 0 192.22 1 0.89
Hex C9 F4 FF 15 4 0 0 C0 64 59
Octal 311 364 377 25 4 0 0 300 144 131
Binary 11001001 11110100 11111111 10101 100 0 0 11000000 1100100 1011001

Color Harmonies of #C9F4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F4FF

Black with #C9F4FF

Text Example


Text Example

White with #C9F4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F4FF; }

 p { color: rgb(201,244,255); }

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

background-color css

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

 a { background-color: rgb(201,244,255); }

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

border-color css

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

 span { border-color: rgb(201,244,255); }

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