Html Css Color HEX #C9F2FE Onahau

📋 copy color: '#C9F2FE'

red 201 ◦ green 242 ◦ blue 254

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

Shades of Onahau #C9F2FE

Tints of Onahau #C9F2FE

RGB

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

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

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

R = 28.84%
G = 34.72%
B = 36.44%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C9F2FE (or 0xC9F2FE) is known color: Onahau. HEX triplet: C9, F2 and FE. RGB value is (201,242,254). Sum of RGB (Red+Green+Blue) = 201+242+254=697 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.84% from 697); Green value is 242 (94.92% from 255 or 34.72% from 697); Blue value is 254 (99.61% from 255 or 36.44% from 697); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9F2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F2FE is #360D01. Grayscale: #E7E7E7. Windows color (decimal): -3542274 or 16708297. OLE color: 16708297.

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

Color convert

RGB 201 242 254 -
CMYK 0.21 0.05 0 0.00
HSL 193.58º 0.96% 0.89% -
HSV(B) 193.58º 0.21% 1% -
XYZ 73.73 83.08 105.92 -
YUV 231.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 201 242 254 0.21 0.05 0 0.00 193.58 0.96 0.89
Hex C9 F2 FE 15 5 0 0 C2 60 59
Octal 311 362 376 25 5 0 0 302 140 131
Binary 11001001 11110010 11111110 10101 101 0 0 11000010 1100000 1011001

Color Harmonies of #C9F2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F2FE

Black with #C9F2FE

Text Example


Text Example

White with #C9F2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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