Html Css Color HEX #C7FDF8 Foam

📋 copy color: '#C7FDF8'

red 199 ◦ green 253 ◦ blue 248

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

Shades of Foam #C7FDF8

Tints of Foam #C7FDF8

RGB

 RED value IS 199 (78.13% 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 value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#C7FDF8 (or 0xC7FDF8) is known color: 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

RGB 199 253 248 -
CMYK 0.21 0 0.02 0.01
HSL 174.44º 0.93% 0.89% -
HSV(B) 174.44º 0.21% 0.99% -
XYZ 75.62 89.17 102.03 -
YUV 236.28 134.61 101.41 -
System Red Green Blue C M Y K H S L
Decimal 199 253 248 0.21 0 0.02 0.01 174.44 0.93 0.89
Hex C7 FD F8 15 0 2 1 AE 5D 59
Octal 307 375 370 25 0 2 1 256 135 131
Binary 11000111 11111101 11111000 10101 0 10 1 10101110 1011101 1011001

Color Harmonies of #C7FDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7FDF8

Black with #C7FDF8

Text Example


Text Example

White with #C7FDF8

Text Example


Text Example

HTML Codes & Css Web 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>