#C8FDF5

Color #C8FDF5 Foam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Foam #C8FDF5

Tints of Foam #C8FDF5

Color information

#C8FDF5 (or 0xC8FDF5) is unknown color: approx Foam. HEX triplet: C8, FD and F5. RGB value is (200,253,245). Sum of RGB (Red+Green+Blue) = 200+253+245=698 (92% of max value = 765). Red value is 200 (78.52% from 255 or 28.65% from 698); Green value is 253 (99.22% from 255 or 36.25% from 698); Blue value is 245 (96.09% from 255 or 35.10% from 698); Max value from RGB is 253 - color contains mainly: green. Hex color #C8FDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8FDF5 is #37020A. Grayscale: #ECECEC. Windows color (decimal): -3605003 or 16121288. OLE color: 16121288.

HSL color Cylindrical-coordinate representation of color #C8FDF5: hue angle of 170.94º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C8FDF5 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB200253245-
CMYK0.2100.030.01
HSL170.94º92.98%88.82%-
HSV(B)170.94º20.95%99.22%-
XYZ75.4389.1299.61-
YUV236.24132.94102.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 28.65%
GREEN value IS 253 (99.22% from 255) = 36.25%
BLUE value IS 245 (96.09% from 255) = 35.10%
R=28.65%
G=36.25%
B=35.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2002532450.2100.030.01170.9492.9888.82
HexC8FDF515031ab5d59
Octal31037536525031253135131
Binary1100100011111101111101011010101111010101110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8FDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8FDF5; }

 p { color: rgb(200,253,245); }

 H1.HeaderClassName
 {
   color: #C8FDF5;
 }
 .AnyTagClassName
 {
   color: #C8FDF5;
 }
</style>
background-color css

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

 a { background-color: rgb(200,253,245); }

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

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

 span { border-color: rgb(200,253,245); }

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