#C6FAF6

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

Shades of Foam #C6FAF6

Tints of Foam #C6FAF6

Color information

#C6FAF6 (or 0xC6FAF6) is unknown color: approx Foam. HEX triplet: C6, FA and F6. RGB value is (198,250,246). Sum of RGB (Red+Green+Blue) = 198+250+246=694 (91% of max value = 765). Red value is 198 (77.73% from 255 or 28.53% from 694); Green value is 250 (98.05% from 255 or 36.02% from 694); Blue value is 246 (96.48% from 255 or 35.45% from 694); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FAF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FAF6 is #390509. Grayscale: #E9E9E9. Windows color (decimal): -3736842 or 16186054. OLE color: 16186054.

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

Color convert

RGB198250246-
CMYK0.2100.020.02
HSL175.38º83.87%87.84%-
HSV(B)175.38º20.8%98.04%-
XYZ74.1187.03100.08-
YUV234134.77102.33-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 28.53%
GREEN value IS 250 (98.05% from 255) = 36.02%
BLUE value IS 246 (96.48% from 255) = 35.45%
R=28.53%
G=36.02%
B=35.45%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1982502460.2100.020.02175.3883.8787.84
HexC6FAF615022af5458
Octal30637236625022257124130
Binary11000110111110101111011010101010101010111110101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FAF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FAF6; }

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

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

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

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

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

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

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

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