Html Css Color HEX #C5FFF5 Foam

📋 copy color: '#C5FFF5'

red 197 ◦ green 255 ◦ blue 245

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

Shades of Foam #C5FFF5

Tints of Foam #C5FFF5

RGB

 RED value IS 197 (77.34% from 255) = 28.26%

 GREEN value IS 255 (100% from 255) = 36.59%

 BLUE value IS 245 (96.09% from 255) = 35.15%

R = 28.26%
G = 36.59%
B = 35.15%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0

RGB Variations

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

Color information

#C5FFF5 (or 0xC5FFF5) is known color: Foam. HEX triplet: C5, FF and F5. RGB value is (197,255,245). Sum of RGB (Red+Green+Blue) = 197+255+245=697 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.26% from 697); Green value is 255 (100% from 255 or 36.59% from 697); Blue value is 245 (96.09% from 255 or 35.15% from 697); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FFF5 is #3A000A. Grayscale: #ECECEC. Windows color (decimal): -3801099 or 16121797. OLE color: 16121797.

HSL color Cylindrical-coordinate representation of color #C5FFF5: hue angle of 169.66º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C5FFF5 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.

Color convert

RGB 197 255 245 -
CMYK 0.23 0 0.04 0
HSL 169.66º 1% 0.89% -
HSV(B) 169.66º 0.23% 1% -
XYZ 75.27 89.98 99.79 -
YUV 236.52 132.78 99.81 -
System Red Green Blue C M Y K H S L
Decimal 197 255 245 0.23 0 0.04 0 169.66 1 0.89
Hex C5 FF F5 17 0 4 0 AA 64 59
Octal 305 377 365 27 0 4 0 252 144 131
Binary 11000101 11111111 11110101 10111 0 100 0 10101010 1100100 1011001

Color Harmonies of #C5FFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FFF5

Black with #C5FFF5

Text Example


Text Example

White with #C5FFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FFF5; }

 p { color: rgb(197,255,245); }

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

background-color css

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

 a { background-color: rgb(197,255,245); }

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

border-color css

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

 span { border-color: rgb(197,255,245); }

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