Html Css Color HEX #C9FAF6 Foam

📋 copy color: '#C9FAF6'

red 201 ◦ green 250 ◦ blue 246

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

Shades of Foam #C9FAF6

Tints of Foam #C9FAF6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 35.87%

 BLUE value IS 246 (96.48% from 255) = 35.29%

R = 28.84%
G = 35.87%
B = 35.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#C9FAF6 (or 0xC9FAF6) is known color: Foam. HEX triplet: C9, FA and F6. RGB value is (201,250,246). Sum of RGB (Red+Green+Blue) = 201+250+246=697 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.84% from 697); Green value is 250 (98.05% from 255 or 35.87% from 697); Blue value is 246 (96.48% from 255 or 35.29% from 697); Max value from RGB is 250 - color contains mainly: green. Hex color #C9FAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FAF6 is #360509. Grayscale: #EAEAEA. Windows color (decimal): -3540234 or 16186057. OLE color: 16186057.

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

Color convert

RGB 201 250 246 -
CMYK 0.20 0 0.02 0.02
HSL 175.1º 0.83% 0.88% -
HSV(B) 175.1º 0.2% 0.98% -
XYZ 74.91 87.44 100.12 -
YUV 234.89 134.27 103.83 -
System Red Green Blue C M Y K H S L
Decimal 201 250 246 0.20 0 0.02 0.02 175.1 0.83 0.88
Hex C9 FA F6 14 0 2 2 AF 53 58
Octal 311 372 366 24 0 2 2 257 123 130
Binary 11001001 11111010 11110110 10100 0 10 10 10101111 1010011 1011000

Color Harmonies of #C9FAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FAF6

Black with #C9FAF6

Text Example


Text Example

White with #C9FAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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