Shades of Light Cyan #C5FDFD
Tints of Light Cyan #C5FDFD
RGB
CMYK
RGB Variations
Color information
#C5FDFD (or 0xC5FDFD) is known color: Light Cyan. HEX triplet: C5, FD and FD. RGB value is (197,253,253). Sum of RGB (Red+Green+Blue) = 197+253+253=703 (93% of max value = 765). Red value is 197 (77.34% from 255 or 28.02% from 703); Green value is 253 (99.22% from 255 or 35.99% from 703); Blue value is 253 (99.22% from 255 or 35.99% from 703); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #C5FDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FDFD is #3A0202. Grayscale: #ECECEC. Windows color (decimal): -3801603 or 16645573. OLE color: 16645573.
HSL color Cylindrical-coordinate representation of color #C5FDFD: hue angle of 180º degrees, saturation: 0.93, 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 #C5FDFD is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 197 | 253 | 253 | - |
CMYK | 0.22 | 0 | 0 | 0.01 |
HSL | 180º | 0.93% | 0.88% | - |
HSV(B) | 180º | 0.22% | 0.99% | - |
XYZ | 75.88 | 89.21 | 106.15 | - |
YUV | 236.26 | 137.45 | 100 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 253 | 253 | 0.22 | 0 | 0 | 0.01 | 180 | 0.93 | 0.88 |
Hex | C5 | FD | FD | 16 | 0 | 0 | 1 | B4 | 5D | 58 |
Octal | 305 | 375 | 375 | 26 | 0 | 0 | 1 | 264 | 135 | 130 |
Binary | 11000101 | 11111101 | 11111101 | 10110 | 0 | 0 | 1 | 10110100 | 1011101 | 1011000 |
Color Harmonies of #C5FDFD
Complementary color
Monochromatic Colors of #C5FDFD
Black with #C5FDFD
Text Example
Text Example
White with #C5FDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FDFD; }
p { color: rgb(197,253,253); }
H1.HeaderClassName
{
color: #C5FDFD;
}
.AnyTagClassName
{
color: #C5FDFD;
}
</style>
background-color css
<style>
a { background-color: #C5FDFD; }
a { background-color: rgb(197,253,253); }
div.DivClassName
{
background-color: #C5FDFD;
}
.BgClassName
{
background-color: #C5FDFD;
}
</style>
border-color css
<style>
span { border-color: #C5FDFD; }
span { border-color: rgb(197,253,253); }
td.TdClassName
{
border-color: #C5FDFD;
}
.TagClassName
{
border-color: #C5FDFD;
}
</style>