Shades of Light Sky Blue #7FCEFD
Tints of Light Sky Blue #7FCEFD
RGB
CMYK
RGB Variations
Color information
#7FCEFD (or 0x7FCEFD) is known color: Light Sky Blue. HEX triplet: 7F, CE and FD. RGB value is (127,206,253). Sum of RGB (Red+Green+Blue) = 127+206+253=586 (77% of max value = 765). Red value is 127 (50% from 255 or 21.67% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 253 (99.22% from 255 or 43.17% from 586); Max value from RGB is 253 - color contains mainly: blue. Hex color #7FCEFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCEFD is #803102. Grayscale: #BBBBBB. Windows color (decimal): -8401155 or 16633471. OLE color: 16633471.
HSL color Cylindrical-coordinate representation of color #7FCEFD: hue angle of 202.38º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FCEFD is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 206 | 253 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.01 |
| HSL | 202.38º | 0.97% | 0.75% | - |
| HSV(B) | 202.38º | 0.5% | 0.99% | - |
| XYZ | 48.55 | 55.75 | 101.13 | - |
| YUV | 187.74 | 164.83 | 84.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 206 | 253 | 0.50 | 0.19 | 0 | 0.01 | 202.38 | 0.97 | 0.75 |
| Hex | 7F | CE | FD | 32 | 13 | 0 | 1 | CA | 61 | 4B |
| Octal | 177 | 316 | 375 | 62 | 23 | 0 | 1 | 312 | 141 | 113 |
| Binary | 1111111 | 11001110 | 11111101 | 110010 | 10011 | 0 | 1 | 11001010 | 1100001 | 1001011 |
Color Harmonies of #7FCEFD
Complementary color
Monochromatic Colors of #7FCEFD
Black with #7FCEFD
Text Example
Text Example
White with #7FCEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCEFD; }
p { color: rgb(127,206,253); }
H1.HeaderClassName
{
color: #7FCEFD;
}
.AnyTagClassName
{
color: #7FCEFD;
}
</style>
background-color css
<style>
a { background-color: #7FCEFD; }
a { background-color: rgb(127,206,253); }
div.DivClassName
{
background-color: #7FCEFD;
}
.BgClassName
{
background-color: #7FCEFD;
}
</style>
border-color css
<style>
span { border-color: #7FCEFD; }
span { border-color: rgb(127,206,253); }
td.TdClassName
{
border-color: #7FCEFD;
}
.TagClassName
{
border-color: #7FCEFD;
}
</style>