Html Css Color HEX #C5FBF6 Foam

📋 copy color: '#C5FBF6'

red 197 ◦ green 251 ◦ blue 246

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

Shades of Foam #C5FBF6

Tints of Foam #C5FBF6

RGB

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

 GREEN value IS 251 (98.44% from 255) = 36.17%

 BLUE value IS 246 (96.48% from 255) = 35.45%

R = 28.39%
G = 36.17%
B = 35.45%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#C5FBF6 (or 0xC5FBF6) is known color: Foam. HEX triplet: C5, FB and F6. RGB value is (197,251,246). Sum of RGB (Red+Green+Blue) = 197+251+246=694 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.39% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 246 (96.48% from 255 or 35.45% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FBF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FBF6 is #3A0409. Grayscale: #EAEAEA. Windows color (decimal): -3802122 or 16186309. OLE color: 16186309.

HSL color Cylindrical-coordinate representation of color #C5FBF6: hue angle of 174.44º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FBF6 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 251 246 -
CMYK 0.22 0 0.02 0.02
HSL 174.44º 0.87% 0.88% -
HSV(B) 174.44º 0.22% 0.98% -
XYZ 74.16 87.52 100.17 -
YUV 234.28 134.61 101.41 -
System Red Green Blue C M Y K H S L
Decimal 197 251 246 0.22 0 0.02 0.02 174.44 0.87 0.88
Hex C5 FB F6 16 0 2 2 AE 57 58
Octal 305 373 366 26 0 2 2 256 127 130
Binary 11000101 11111011 11110110 10110 0 10 10 10101110 1010111 1011000

Color Harmonies of #C5FBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FBF6

Black with #C5FBF6

Text Example


Text Example

White with #C5FBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FBF6; }

 p { color: rgb(197,251,246); }

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

background-color css

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

 a { background-color: rgb(197,251,246); }

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

border-color css

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

 span { border-color: rgb(197,251,246); }

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