Html Css Color HEX #C6FCF6 Foam

📋 copy color: '#C6FCF6'

red 198 ◦ green 252 ◦ blue 246

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

Shades of Foam #C6FCF6

Tints of Foam #C6FCF6

RGB

 RED value IS 198 (77.73% from 255) = 28.45%

 GREEN value IS 252 (98.83% from 255) = 36.21%

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

R = 28.45%
G = 36.21%
B = 35.34%

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

#C6FCF6 (or 0xC6FCF6) is known color: Foam. HEX triplet: C6, FC and F6. RGB value is (198,252,246). Sum of RGB (Red+Green+Blue) = 198+252+246=696 (92% of max value = 765). Red value is 198 (77.73% from 255 or 28.45% from 696); Green value is 252 (98.83% from 255 or 36.21% from 696); Blue value is 246 (96.48% from 255 or 35.34% from 696); Max value from RGB is 252 - color contains mainly: green. Hex color #C6FCF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FCF6 is #390309. Grayscale: #EBEBEB. Windows color (decimal): -3736330 or 16186566. OLE color: 16186566.

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

Color convert

RGB 198 252 246 -
CMYK 0.21 0 0.02 0.01
HSL 173.33º 0.9% 0.88% -
HSV(B) 173.33º 0.21% 0.99% -
XYZ 74.73 88.28 100.29 -
YUV 235.17 134.11 101.49 -
System Red Green Blue C M Y K H S L
Decimal 198 252 246 0.21 0 0.02 0.01 173.33 0.9 0.88
Hex C6 FC F6 15 0 2 1 AD 5A 58
Octal 306 374 366 25 0 2 1 255 132 130
Binary 11000110 11111100 11110110 10101 0 10 1 10101101 1011010 1011000

Color Harmonies of #C6FCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FCF6

Black with #C6FCF6

Text Example


Text Example

White with #C6FCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FCF6; }

 p { color: rgb(198,252,246); }

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

background-color css

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

 a { background-color: rgb(198,252,246); }

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

border-color css

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

 span { border-color: rgb(198,252,246); }

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