Shades of Light Cyan #C6FAFE
Tints of Light Cyan #C6FAFE
RGB
CMYK
RGB Variations
Color information
#C6FAFE (or 0xC6FAFE) is known color: Light Cyan. HEX triplet: C6, FA and FE. RGB value is (198,250,254). Sum of RGB (Red+Green+Blue) = 198+250+254=702 (92% of max value = 765). Red value is 198 (77.73% from 255 or 28.21% from 702); Green value is 250 (98.05% from 255 or 35.61% from 702); Blue value is 254 (99.61% from 255 or 36.18% from 702); Max value from RGB is 254 - color contains mainly: blue. Hex color #C6FAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C6FAFE is #390501. Grayscale: #EAEAEA. Windows color (decimal): -3736834 or 16710342. OLE color: 16710342.
HSL color Cylindrical-coordinate representation of color #C6FAFE: hue angle of 184.29º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6FAFE is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 250 | 254 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.00 |
| HSL | 184.29º | 0.97% | 0.89% | - |
| HSV(B) | 184.29º | 0.22% | 1% | - |
| XYZ | 75.36 | 87.53 | 106.69 | - |
| YUV | 234.91 | 138.77 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 250 | 254 | 0.22 | 0.02 | 0 | 0.00 | 184.29 | 0.97 | 0.89 |
| Hex | C6 | FA | FE | 16 | 2 | 0 | 0 | B8 | 61 | 59 |
| Octal | 306 | 372 | 376 | 26 | 2 | 0 | 0 | 270 | 141 | 131 |
| Binary | 11000110 | 11111010 | 11111110 | 10110 | 10 | 0 | 0 | 10111000 | 1100001 | 1011001 |
Color Harmonies of #C6FAFE
Complementary color
Monochromatic Colors of #C6FAFE
Black with #C6FAFE
Text Example
Text Example
White with #C6FAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FAFE; }
p { color: rgb(198,250,254); }
H1.HeaderClassName
{
color: #C6FAFE;
}
.AnyTagClassName
{
color: #C6FAFE;
}
</style>
background-color css
<style>
a { background-color: #C6FAFE; }
a { background-color: rgb(198,250,254); }
div.DivClassName
{
background-color: #C6FAFE;
}
.BgClassName
{
background-color: #C6FAFE;
}
</style>
border-color css
<style>
span { border-color: #C6FAFE; }
span { border-color: rgb(198,250,254); }
td.TdClassName
{
border-color: #C6FAFE;
}
.TagClassName
{
border-color: #C6FAFE;
}
</style>