Html Css Color HEX #C9F3FE Onahau

📋 copy color: '#C9F3FE'

red 201 ◦ green 243 ◦ blue 254

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

Shades of Onahau #C9F3FE

Tints of Onahau #C9F3FE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 34.81%

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

R = 28.8%
G = 34.81%
B = 36.39%

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

#C9F3FE (or 0xC9F3FE) is known color: Onahau. HEX triplet: C9, F3 and FE. RGB value is (201,243,254). Sum of RGB (Red+Green+Blue) = 201+243+254=698 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.80% from 698); Green value is 243 (95.31% from 255 or 34.81% from 698); Blue value is 254 (99.61% from 255 or 36.39% from 698); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9F3FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F3FE is #360C01. Grayscale: #E7E7E7. Windows color (decimal): -3542018 or 16708553. OLE color: 16708553.

HSL color Cylindrical-coordinate representation of color #C9F3FE: hue angle of 192.45º 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 #C9F3FE is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 243 254 -
CMYK 0.21 0.04 0 0.00
HSL 192.45º 0.96% 0.89% -
HSV(B) 192.45º 0.21% 1% -
XYZ 74.03 83.67 106.02 -
YUV 231.7 140.59 106.11 -
System Red Green Blue C M Y K H S L
Decimal 201 243 254 0.21 0.04 0 0.00 192.45 0.96 0.89
Hex C9 F3 FE 15 4 0 0 C0 60 59
Octal 311 363 376 25 4 0 0 300 140 131
Binary 11001001 11110011 11111110 10101 100 0 0 11000000 1100000 1011001

Color Harmonies of #C9F3FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F3FE

Black with #C9F3FE

Text Example


Text Example

White with #C9F3FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F3FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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