Shades of Light Sky Blue #7FCFFD
Tints of Light Sky Blue #7FCFFD
RGB
CMYK
RGB Variations
Color information
#7FCFFD (or 0x7FCFFD) is known color: Light Sky Blue. HEX triplet: 7F, CF and FD. RGB value is (127,207,253). Sum of RGB (Red+Green+Blue) = 127+207+253=587 (77% of max value = 765). Red value is 127 (50% from 255 or 21.64% from 587); Green value is 207 (81.25% from 255 or 35.26% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #7FCFFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCFFD is #803002. Grayscale: #BCBCBC. Windows color (decimal): -8400899 or 16633727. OLE color: 16633727.
HSL color Cylindrical-coordinate representation of color #7FCFFD: hue angle of 201.9º 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 #7FCFFD is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 127 | 207 | 253 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.01 |
| HSL | 201.9º | 0.97% | 0.75% | - |
| HSV(B) | 201.9º | 0.5% | 0.99% | - |
| XYZ | 48.79 | 56.23 | 101.21 | - |
| YUV | 188.32 | 164.5 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 253 | 0.50 | 0.18 | 0 | 0.01 | 201.9 | 0.97 | 0.75 |
| Hex | 7F | CF | FD | 32 | 12 | 0 | 1 | CA | 61 | 4B |
| Octal | 177 | 317 | 375 | 62 | 22 | 0 | 1 | 312 | 141 | 113 |
| Binary | 1111111 | 11001111 | 11111101 | 110010 | 10010 | 0 | 1 | 11001010 | 1100001 | 1001011 |
Color Harmonies of #7FCFFD
Complementary color
Monochromatic Colors of #7FCFFD
Black with #7FCFFD
Text Example
Text Example
White with #7FCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCFFD; }
p { color: rgb(127,207,253); }
H1.HeaderClassName
{
color: #7FCFFD;
}
.AnyTagClassName
{
color: #7FCFFD;
}
</style>
background-color css
<style>
a { background-color: #7FCFFD; }
a { background-color: rgb(127,207,253); }
div.DivClassName
{
background-color: #7FCFFD;
}
.BgClassName
{
background-color: #7FCFFD;
}
</style>
border-color css
<style>
span { border-color: #7FCFFD; }
span { border-color: rgb(127,207,253); }
td.TdClassName
{
border-color: #7FCFFD;
}
.TagClassName
{
border-color: #7FCFFD;
}
</style>