Shades of Light Sky Blue #7FCEFC
Tints of Light Sky Blue #7FCEFC
RGB
CMYK
RGB Variations
Color information
#7FCEFC (or 0x7FCEFC) is known color: Light Sky Blue. HEX triplet: 7F, CE and FC. RGB value is (127,206,252). Sum of RGB (Red+Green+Blue) = 127+206+252=585 (77% of max value = 765). Red value is 127 (50% from 255 or 21.71% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #7FCEFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCEFC is #803103. Grayscale: #BBBBBB. Windows color (decimal): -8401156 or 16567935. OLE color: 16567935.
HSL color Cylindrical-coordinate representation of color #7FCEFC: hue angle of 202.08º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FCEFC is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 206 | 252 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.01 |
| HSL | 202.08º | 0.95% | 0.74% | - |
| HSV(B) | 202.08º | 0.5% | 0.99% | - |
| XYZ | 48.39 | 55.68 | 100.29 | - |
| YUV | 187.62 | 164.33 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 252 | 0.50 | 0.18 | 0 | 0.01 | 202.08 | 0.95 | 0.74 |
| Hex | 7F | CE | FC | 32 | 12 | 0 | 1 | CA | 5F | 4A |
| Octal | 177 | 316 | 374 | 62 | 22 | 0 | 1 | 312 | 137 | 112 |
| Binary | 1111111 | 11001110 | 11111100 | 110010 | 10010 | 0 | 1 | 11001010 | 1011111 | 1001010 |
Color Harmonies of #7FCEFC
Complementary color
Monochromatic Colors of #7FCEFC
Black with #7FCEFC
Text Example
Text Example
White with #7FCEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCEFC; }
p { color: rgb(127,206,252); }
H1.HeaderClassName
{
color: #7FCEFC;
}
.AnyTagClassName
{
color: #7FCEFC;
}
</style>
background-color css
<style>
a { background-color: #7FCEFC; }
a { background-color: rgb(127,206,252); }
div.DivClassName
{
background-color: #7FCEFC;
}
.BgClassName
{
background-color: #7FCEFC;
}
</style>
border-color css
<style>
span { border-color: #7FCEFC; }
span { border-color: rgb(127,206,252); }
td.TdClassName
{
border-color: #7FCEFC;
}
.TagClassName
{
border-color: #7FCEFC;
}
</style>