Html Css Color HEX #C9EAE7 Foam

📋 copy color: '#C9EAE7'

red 201 ◦ green 234 ◦ blue 231

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

Shades of Foam #C9EAE7

Tints of Foam #C9EAE7

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.14%

 BLUE value IS 231 (90.63% from 255) = 34.68%

R = 30.18%
G = 35.14%
B = 34.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#C9EAE7 (or 0xC9EAE7) is known color: Foam. HEX triplet: C9, EA and E7. RGB value is (201,234,231). Sum of RGB (Red+Green+Blue) = 201+234+231=666 (88% of max value = 765). Red value is 201 (78.91% from 255 or 30.18% from 666); Green value is 234 (91.80% from 255 or 35.14% from 666); Blue value is 231 (90.62% from 255 or 34.68% from 666); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EAE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9EAE7 is #361518. Grayscale: #DFDFDF. Windows color (decimal): -3544345 or 15198921. OLE color: 15198921.

HSL color Cylindrical-coordinate representation of color #C9EAE7: hue angle of 174.55º degrees, saturation: 0.44, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9EAE7 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 234 231 -
CMYK 0.14 0 0.01 0.08
HSL 174.55º 0.44% 0.85% -
HSV(B) 174.55º 0.14% 0.92% -
XYZ 67.93 77.03 86.89 -
YUV 223.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 201 234 231 0.14 0 0.01 0.08 174.55 0.44 0.85
Hex C9 EA E7 E 0 1 8 AF 2C 55
Octal 311 352 347 16 0 1 10 257 54 125
Binary 11001001 11101010 11100111 1110 0 1 1000 10101111 101100 1010101

Color Harmonies of #C9EAE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EAE7

Black with #C9EAE7

Text Example


Text Example

White with #C9EAE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EAE7; }

 p { color: rgb(201,234,231); }

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

background-color css

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

 a { background-color: rgb(201,234,231); }

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

border-color css

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

 span { border-color: rgb(201,234,231); }

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