#C7FDF8

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

Shades of Foam #C7FDF8

Tints of Foam #C7FDF8

Color information

#C7FDF8 (or 0xC7FDF8) is unknown color: approx Foam. HEX triplet: C7, FD and F8. RGB value is (199,253,248). Sum of RGB (Red+Green+Blue) = 199+253+248=700 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.43% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 248 (97.27% from 255 or 35.43% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #C7FDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FDF8 is #380207. Grayscale: #ECECEC. Windows color (decimal): -3670536 or 16317895. OLE color: 16317895.

HSL color Cylindrical-coordinate representation of color #C7FDF8: hue angle of 174.44º 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 #C7FDF8 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB199253248-
CMYK0.2100.020.01
HSL174.44º93.1%88.63%-
HSV(B)174.44º21.34%99.22%-
XYZ75.6289.17102.03-
YUV236.28134.61101.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 28.43%
GREEN value IS 253 (99.22% from 255) = 36.14%
BLUE value IS 248 (97.27% from 255) = 35.43%
R=28.43%
G=36.14%
B=35.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992532480.2100.020.01174.4493.188.63
HexC7FDF815021ae5d59
Octal30737537025021256135131
Binary1100011111111101111110001010101011010111010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FDF8; }

 p { color: rgb(199,253,248); }

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

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

 a { background-color: rgb(199,253,248); }

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

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

 span { border-color: rgb(199,253,248); }

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