Html Css Color HEX #C8EFEC Foam

📋 copy color: '#C8EFEC'

red 200 ◦ green 239 ◦ blue 236

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

Shades of Foam #C8EFEC

Tints of Foam #C8EFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.41%

 BLUE value IS 236 (92.58% from 255) = 34.96%

R = 29.63%
G = 35.41%
B = 34.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#C8EFEC (or 0xC8EFEC) is known color: Foam. HEX triplet: C8, EF and EC. RGB value is (200,239,236). Sum of RGB (Red+Green+Blue) = 200+239+236=675 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.63% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 236 (92.58% from 255 or 34.96% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EFEC is #371013. Grayscale: #E2E2E2. Windows color (decimal): -3608596 or 15527880. OLE color: 15527880.

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

Color convert

RGB 200 239 236 -
CMYK 0.16 0 0.01 0.06
HSL 175.38º 0.55% 0.86% -
HSV(B) 175.38º 0.16% 0.94% -
XYZ 69.83 80.07 91.13 -
YUV 227 133.08 108.74 -
System Red Green Blue C M Y K H S L
Decimal 200 239 236 0.16 0 0.01 0.06 175.38 0.55 0.86
Hex C8 EF EC 10 0 1 6 AF 37 56
Octal 310 357 354 20 0 1 6 257 67 126
Binary 11001000 11101111 11101100 10000 0 1 110 10101111 110111 1010110

Color Harmonies of #C8EFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8EFEC

Black with #C8EFEC

Text Example


Text Example

White with #C8EFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8EFEC; }

 p { color: rgb(200,239,236); }

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

background-color css

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

 a { background-color: rgb(200,239,236); }

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

border-color css

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

 span { border-color: rgb(200,239,236); }

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