Html Css Color HEX #C9F6FC Onahau

📋 copy color: '#C9F6FC'

red 201 ◦ green 246 ◦ blue 252

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

Shades of Onahau #C9F6FC

Tints of Onahau #C9F6FC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.19%

 BLUE value IS 252 (98.83% from 255) = 36.05%

R = 28.76%
G = 35.19%
B = 36.05%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C9F6FC (or 0xC9F6FC) is known color: Onahau. HEX triplet: C9, F6 and FC. RGB value is (201,246,252). Sum of RGB (Red+Green+Blue) = 201+246+252=699 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.76% from 699); Green value is 246 (96.48% from 255 or 35.19% from 699); Blue value is 252 (98.83% from 255 or 36.05% from 699); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9F6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9F6FC is #360903. Grayscale: #E9E9E9. Windows color (decimal): -3541252 or 16578249. OLE color: 16578249.

HSL color Cylindrical-coordinate representation of color #C9F6FC: hue angle of 187.06º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9F6FC is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 246 252 -
CMYK 0.20 0.02 0 0.01
HSL 187.06º 0.89% 0.89% -
HSV(B) 187.06º 0.2% 0.99% -
XYZ 74.61 85.36 104.64 -
YUV 233.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 201 246 252 0.20 0.02 0 0.01 187.06 0.89 0.89
Hex C9 F6 FC 14 2 0 1 BB 59 59
Octal 311 366 374 24 2 0 1 273 131 131
Binary 11001001 11110110 11111100 10100 10 0 1 10111011 1011001 1011001

Color Harmonies of #C9F6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F6FC

Black with #C9F6FC

Text Example


Text Example

White with #C9F6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F6FC; }

 p { color: rgb(201,246,252); }

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

background-color css

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

 a { background-color: rgb(201,246,252); }

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

border-color css

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

 span { border-color: rgb(201,246,252); }

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