Html Css Color HEX #C8F0ED Foam

📋 copy color: '#C8F0ED'

red 200 ◦ green 240 ◦ blue 237

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

Shades of Foam #C8F0ED

Tints of Foam #C8F0ED

RGB

 RED value IS 200 (78.52% from 255) = 29.54%

 GREEN value IS 240 (94.14% from 255) = 35.45%

 BLUE value IS 237 (92.97% from 255) = 35.01%

R = 29.54%
G = 35.45%
B = 35.01%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#C8F0ED (or 0xC8F0ED) is known color: Foam. HEX triplet: C8, F0 and ED. RGB value is (200,240,237). Sum of RGB (Red+Green+Blue) = 200+240+237=677 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.54% from 677); Green value is 240 (94.14% from 255 or 35.45% from 677); Blue value is 237 (92.97% from 255 or 35.01% from 677); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F0ED is #370F12. Grayscale: #E3E3E3. Windows color (decimal): -3608339 or 15593672. OLE color: 15593672.

HSL color Cylindrical-coordinate representation of color #C8F0ED: hue angle of 175.5º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8F0ED is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 240 237 -
CMYK 0.17 0 0.01 0.06
HSL 175.5º 0.57% 0.86% -
HSV(B) 175.5º 0.17% 0.94% -
XYZ 70.27 80.71 92 -
YUV 227.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 200 240 237 0.17 0 0.01 0.06 175.5 0.57 0.86
Hex C8 F0 ED 11 0 1 6 B0 39 56
Octal 310 360 355 21 0 1 6 260 71 126
Binary 11001000 11110000 11101101 10001 0 1 110 10110000 111001 1010110

Color Harmonies of #C8F0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8F0ED

Black with #C8F0ED

Text Example


Text Example

White with #C8F0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8F0ED; }

 p { color: rgb(200,240,237); }

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

background-color css

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

 a { background-color: rgb(200,240,237); }

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

border-color css

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

 span { border-color: rgb(200,240,237); }

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