Shades of Light Sky Blue #7FCBFF
Tints of Light Sky Blue #7FCBFF
RGB
CMYK
RGB Variations
Color information
#7FCBFF (or 0x7FCBFF) is known color: Light Sky Blue. HEX triplet: 7F, CB and FF. RGB value is (127,203,255). Sum of RGB (Red+Green+Blue) = 127+203+255=585 (77% of max value = 765). Red value is 127 (50% from 255 or 21.71% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FCBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCBFF is #803400. Grayscale: #B9B9B9. Windows color (decimal): -8401921 or 16763775. OLE color: 16763775.
HSL color Cylindrical-coordinate representation of color #7FCBFF: hue angle of 204.38º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FCBFF is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 203 | 255 | - |
| CMYK | 0.50 | 0.20 | 0 | 0 |
| HSL | 204.38º | 1% | 0.75% | - |
| HSV(B) | 204.38º | 0.5% | 1% | - |
| XYZ | 48.16 | 54.44 | 102.58 | - |
| YUV | 186.2 | 166.82 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 203 | 255 | 0.50 | 0.20 | 0 | 0 | 204.38 | 1 | 0.75 |
| Hex | 7F | CB | FF | 32 | 14 | 0 | 0 | CC | 64 | 4B |
| Octal | 177 | 313 | 377 | 62 | 24 | 0 | 0 | 314 | 144 | 113 |
| Binary | 1111111 | 11001011 | 11111111 | 110010 | 10100 | 0 | 0 | 11001100 | 1100100 | 1001011 |
Color Harmonies of #7FCBFF
Complementary color
Monochromatic Colors of #7FCBFF
Black with #7FCBFF
Text Example
Text Example
White with #7FCBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCBFF; }
p { color: rgb(127,203,255); }
H1.HeaderClassName
{
color: #7FCBFF;
}
.AnyTagClassName
{
color: #7FCBFF;
}
</style>
background-color css
<style>
a { background-color: #7FCBFF; }
a { background-color: rgb(127,203,255); }
div.DivClassName
{
background-color: #7FCBFF;
}
.BgClassName
{
background-color: #7FCBFF;
}
</style>
border-color css
<style>
span { border-color: #7FCBFF; }
span { border-color: rgb(127,203,255); }
td.TdClassName
{
border-color: #7FCBFF;
}
.TagClassName
{
border-color: #7FCBFF;
}
</style>