Shades of Light Cyan #C5FCFC
Tints of Light Cyan #C5FCFC
RGB
CMYK
RGB Variations
Color information
#C5FCFC (or 0xC5FCFC) is known color: Light Cyan. HEX triplet: C5, FC and FC. RGB value is (197,252,252). Sum of RGB (Red+Green+Blue) = 197+252+252=701 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.10% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #C5FCFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FCFC is #3A0303. Grayscale: #EBEBEB. Windows color (decimal): -3801860 or 16579781. OLE color: 16579781.
HSL color Cylindrical-coordinate representation of color #C5FCFC: hue angle of 180º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FCFC is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 252 | 252 | - |
CMYK | 0.22 | 0 | 0 | 0.01 |
HSL | 180º | 0.9% | 0.88% | - |
HSV(B) | 180º | 0.22% | 0.99% | - |
XYZ | 75.41 | 88.52 | 105.21 | - |
YUV | 235.56 | 137.28 | 100.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 252 | 252 | 0.22 | 0 | 0 | 0.01 | 180 | 0.9 | 0.88 |
Hex | C5 | FC | FC | 16 | 0 | 0 | 1 | B4 | 5A | 58 |
Octal | 305 | 374 | 374 | 26 | 0 | 0 | 1 | 264 | 132 | 130 |
Binary | 11000101 | 11111100 | 11111100 | 10110 | 0 | 0 | 1 | 10110100 | 1011010 | 1011000 |
Color Harmonies of #C5FCFC
Complementary color
Monochromatic Colors of #C5FCFC
Black with #C5FCFC
Text Example
Text Example
White with #C5FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FCFC; }
p { color: rgb(197,252,252); }
H1.HeaderClassName
{
color: #C5FCFC;
}
.AnyTagClassName
{
color: #C5FCFC;
}
</style>
background-color css
<style>
a { background-color: #C5FCFC; }
a { background-color: rgb(197,252,252); }
div.DivClassName
{
background-color: #C5FCFC;
}
.BgClassName
{
background-color: #C5FCFC;
}
</style>
border-color css
<style>
span { border-color: #C5FCFC; }
span { border-color: rgb(197,252,252); }
td.TdClassName
{
border-color: #C5FCFC;
}
.TagClassName
{
border-color: #C5FCFC;
}
</style>