Shades of Light Cyan #C5FEFC
Tints of Light Cyan #C5FEFC
RGB
CMYK
RGB Variations
Color information
#C5FEFC (or 0xC5FEFC) is known color: Light Cyan. HEX triplet: C5, FE and FC. RGB value is (197,254,252). Sum of RGB (Red+Green+Blue) = 197+254+252=703 (93% of max value = 765). Red value is 197 (77.34% from 255 or 28.02% from 703); Green value is 254 (99.61% from 255 or 36.13% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FEFC is #3A0103. Grayscale: #ECECEC. Windows color (decimal): -3801348 or 16580293. OLE color: 16580293.
HSL color Cylindrical-coordinate representation of color #C5FEFC: hue angle of 177.89º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FEFC is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 197 | 254 | 252 | - |
CMYK | 0.22 | 0 | 0.01 | 0.00 |
HSL | 177.89º | 0.97% | 0.88% | - |
HSV(B) | 177.89º | 0.22% | 1% | - |
XYZ | 76.04 | 89.78 | 105.42 | - |
YUV | 236.73 | 136.62 | 99.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 254 | 252 | 0.22 | 0 | 0.01 | 0.00 | 177.89 | 0.97 | 0.88 |
Hex | C5 | FE | FC | 16 | 0 | 1 | 0 | B2 | 61 | 58 |
Octal | 305 | 376 | 374 | 26 | 0 | 1 | 0 | 262 | 141 | 130 |
Binary | 11000101 | 11111110 | 11111100 | 10110 | 0 | 1 | 0 | 10110010 | 1100001 | 1011000 |
Color Harmonies of #C5FEFC
Complementary color
Monochromatic Colors of #C5FEFC
Black with #C5FEFC
Text Example
Text Example
White with #C5FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FEFC; }
p { color: rgb(197,254,252); }
H1.HeaderClassName
{
color: #C5FEFC;
}
.AnyTagClassName
{
color: #C5FEFC;
}
</style>
background-color css
<style>
a { background-color: #C5FEFC; }
a { background-color: rgb(197,254,252); }
div.DivClassName
{
background-color: #C5FEFC;
}
.BgClassName
{
background-color: #C5FEFC;
}
</style>
border-color css
<style>
span { border-color: #C5FEFC; }
span { border-color: rgb(197,254,252); }
td.TdClassName
{
border-color: #C5FEFC;
}
.TagClassName
{
border-color: #C5FEFC;
}
</style>