Shades of Light Cyan #C7FDFA
Tints of Light Cyan #C7FDFA
RGB
CMYK
RGB Variations
Color information
#C7FDFA (or 0xC7FDFA) is known color: Light Cyan. HEX triplet: C7, FD and FA. RGB value is (199,253,250). Sum of RGB (Red+Green+Blue) = 199+253+250=702 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.35% from 702); Green value is 253 (99.22% from 255 or 36.04% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 253 - color contains mainly: green. Hex color #C7FDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FDFA is #380205. Grayscale: #ECECEC. Windows color (decimal): -3670534 or 16448967. OLE color: 16448967.
HSL color Cylindrical-coordinate representation of color #C7FDFA: hue angle of 176.67º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FDFA is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 253 | 250 | - |
CMYK | 0.21 | 0 | 0.01 | 0.01 |
HSL | 176.67º | 0.93% | 0.89% | - |
HSV(B) | 176.67º | 0.21% | 0.99% | - |
XYZ | 75.93 | 89.29 | 103.68 | - |
YUV | 236.51 | 135.61 | 101.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 253 | 250 | 0.21 | 0 | 0.01 | 0.01 | 176.67 | 0.93 | 0.89 |
Hex | C7 | FD | FA | 15 | 0 | 1 | 1 | B1 | 5D | 59 |
Octal | 307 | 375 | 372 | 25 | 0 | 1 | 1 | 261 | 135 | 131 |
Binary | 11000111 | 11111101 | 11111010 | 10101 | 0 | 1 | 1 | 10110001 | 1011101 | 1011001 |
Color Harmonies of #C7FDFA
Complementary color
Monochromatic Colors of #C7FDFA
Black with #C7FDFA
Text Example
Text Example
White with #C7FDFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FDFA; }
p { color: rgb(199,253,250); }
H1.HeaderClassName
{
color: #C7FDFA;
}
.AnyTagClassName
{
color: #C7FDFA;
}
</style>
background-color css
<style>
a { background-color: #C7FDFA; }
a { background-color: rgb(199,253,250); }
div.DivClassName
{
background-color: #C7FDFA;
}
.BgClassName
{
background-color: #C7FDFA;
}
</style>
border-color css
<style>
span { border-color: #C7FDFA; }
span { border-color: rgb(199,253,250); }
td.TdClassName
{
border-color: #C7FDFA;
}
.TagClassName
{
border-color: #C7FDFA;
}
</style>