Html Css Color HEX #C9F5FE Onahau

📋 copy color: '#C9F5FE'

red 201 ◦ green 245 ◦ blue 254

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

Shades of Onahau #C9F5FE

Tints of Onahau #C9F5FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.29%

R = 28.71%
G = 35%
B = 36.29%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C9F5FE (or 0xC9F5FE) is known color: Onahau. HEX triplet: C9, F5 and FE. RGB value is (201,245,254). Sum of RGB (Red+Green+Blue) = 201+245+254=700 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.71% from 700); Green value is 245 (96.09% from 255 or 35% from 700); Blue value is 254 (99.61% from 255 or 36.29% from 700); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9F5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F5FE is #360A01. Grayscale: #E8E8E8. Windows color (decimal): -3541506 or 16709065. OLE color: 16709065.

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

Color convert

RGB 201 245 254 -
CMYK 0.21 0.04 0 0.00
HSL 190.19º 0.96% 0.89% -
HSV(B) 190.19º 0.21% 1% -
XYZ 74.63 84.88 106.22 -
YUV 232.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 201 245 254 0.21 0.04 0 0.00 190.19 0.96 0.89
Hex C9 F5 FE 15 4 0 0 BE 60 59
Octal 311 365 376 25 4 0 0 276 140 131
Binary 11001001 11110101 11111110 10101 100 0 0 10111110 1100000 1011001

Color Harmonies of #C9F5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F5FE

Black with #C9F5FE

Text Example


Text Example

White with #C9F5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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