Shades of Light Cyan #C7FAFC
Tints of Light Cyan #C7FAFC
RGB
CMYK
RGB Variations
Color information
#C7FAFC (or 0xC7FAFC) is known color: Light Cyan. HEX triplet: C7, FA and FC. RGB value is (199,250,252). Sum of RGB (Red+Green+Blue) = 199+250+252=701 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.39% from 701); Green value is 250 (98.05% from 255 or 35.66% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #C7FAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FAFC is #380503. Grayscale: #EAEAEA. Windows color (decimal): -3671300 or 16579271. OLE color: 16579271.
HSL color Cylindrical-coordinate representation of color #C7FAFC: hue angle of 182.26º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FAFC is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 199 | 250 | 252 | - |
CMYK | 0.21 | 0.01 | 0 | 0.01 |
HSL | 182.26º | 0.9% | 0.88% | - |
HSV(B) | 182.26º | 0.21% | 0.99% | - |
XYZ | 75.31 | 87.54 | 105.02 | - |
YUV | 234.98 | 137.6 | 102.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 250 | 252 | 0.21 | 0.01 | 0 | 0.01 | 182.26 | 0.9 | 0.88 |
Hex | C7 | FA | FC | 15 | 1 | 0 | 1 | B6 | 5A | 58 |
Octal | 307 | 372 | 374 | 25 | 1 | 0 | 1 | 266 | 132 | 130 |
Binary | 11000111 | 11111010 | 11111100 | 10101 | 1 | 0 | 1 | 10110110 | 1011010 | 1011000 |
Color Harmonies of #C7FAFC
Complementary color
Monochromatic Colors of #C7FAFC
Black with #C7FAFC
Text Example
Text Example
White with #C7FAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FAFC; }
p { color: rgb(199,250,252); }
H1.HeaderClassName
{
color: #C7FAFC;
}
.AnyTagClassName
{
color: #C7FAFC;
}
</style>
background-color css
<style>
a { background-color: #C7FAFC; }
a { background-color: rgb(199,250,252); }
div.DivClassName
{
background-color: #C7FAFC;
}
.BgClassName
{
background-color: #C7FAFC;
}
</style>
border-color css
<style>
span { border-color: #C7FAFC; }
span { border-color: rgb(199,250,252); }
td.TdClassName
{
border-color: #C7FAFC;
}
.TagClassName
{
border-color: #C7FAFC;
}
</style>