Html Css Color HEX #C9FBF5 Foam

📋 copy color: '#C9FBF5'

red 201 ◦ green 251 ◦ blue 245

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

Shades of Foam #C9FBF5

Tints of Foam #C9FBF5

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.01%

 BLUE value IS 245 (96.09% from 255) = 35.15%

R = 28.84%
G = 36.01%
B = 35.15%

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

#C9FBF5 (or 0xC9FBF5) is known color: Foam. HEX triplet: C9, FB and F5. RGB value is (201,251,245). Sum of RGB (Red+Green+Blue) = 201+251+245=697 (92% of max value = 765). Red value is 201 (78.91% from 255 or 28.84% from 697); Green value is 251 (98.44% from 255 or 36.01% from 697); Blue value is 245 (96.09% from 255 or 35.15% from 697); Max value from RGB is 251 - color contains mainly: green. Hex color #C9FBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FBF5 is #36040A. Grayscale: #EBEBEB. Windows color (decimal): -3539979 or 16120777. OLE color: 16120777.

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

Color convert

RGB 201 251 245 -
CMYK 0.20 0 0.02 0.02
HSL 172.8º 0.86% 0.89% -
HSV(B) 172.8º 0.2% 0.98% -
XYZ 75.07 88 99.42 -
YUV 235.37 133.44 103.49 -
System Red Green Blue C M Y K H S L
Decimal 201 251 245 0.20 0 0.02 0.02 172.8 0.86 0.89
Hex C9 FB F5 14 0 2 2 AD 56 59
Octal 311 373 365 24 0 2 2 255 126 131
Binary 11001001 11111011 11110101 10100 0 10 10 10101101 1010110 1011001

Color Harmonies of #C9FBF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9FBF5

Black with #C9FBF5

Text Example


Text Example

White with #C9FBF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9FBF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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