Shades of Light Cyan #C6FAFF
Tints of Light Cyan #C6FAFF
RGB
CMYK
RGB Variations
Color information
#C6FAFF (or 0xC6FAFF) is known color: Light Cyan. HEX triplet: C6, FA and FF. RGB value is (198,250,255). Sum of RGB (Red+Green+Blue) = 198+250+255=703 (93% of max value = 765). Red value is 198 (77.73% from 255 or 28.17% from 703); Green value is 250 (98.05% from 255 or 35.56% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6FAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FAFF is #390500. Grayscale: #EAEAEA. Windows color (decimal): -3736833 or 16775878. OLE color: 16775878.
HSL color Cylindrical-coordinate representation of color #C6FAFF: hue angle of 185.26º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6FAFF is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 250 | 255 | - |
| CMYK | 0.22 | 0.02 | 0 | 0 |
| HSL | 185.26º | 1% | 0.89% | - |
| HSV(B) | 185.26º | 0.22% | 1% | - |
| XYZ | 75.52 | 87.6 | 107.54 | - |
| YUV | 235.02 | 139.27 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 250 | 255 | 0.22 | 0.02 | 0 | 0 | 185.26 | 1 | 0.89 |
| Hex | C6 | FA | FF | 16 | 2 | 0 | 0 | B9 | 64 | 59 |
| Octal | 306 | 372 | 377 | 26 | 2 | 0 | 0 | 271 | 144 | 131 |
| Binary | 11000110 | 11111010 | 11111111 | 10110 | 10 | 0 | 0 | 10111001 | 1100100 | 1011001 |
Color Harmonies of #C6FAFF
Complementary color
Monochromatic Colors of #C6FAFF
Black with #C6FAFF
Text Example
Text Example
White with #C6FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FAFF; }
p { color: rgb(198,250,255); }
H1.HeaderClassName
{
color: #C6FAFF;
}
.AnyTagClassName
{
color: #C6FAFF;
}
</style>
background-color css
<style>
a { background-color: #C6FAFF; }
a { background-color: rgb(198,250,255); }
div.DivClassName
{
background-color: #C6FAFF;
}
.BgClassName
{
background-color: #C6FAFF;
}
</style>
border-color css
<style>
span { border-color: #C6FAFF; }
span { border-color: rgb(198,250,255); }
td.TdClassName
{
border-color: #C6FAFF;
}
.TagClassName
{
border-color: #C6FAFF;
}
</style>