Shades of Light Sky Blue #7FCCFF
Tints of Light Sky Blue #7FCCFF
RGB
CMYK
RGB Variations
Color information
#7FCCFF (or 0x7FCCFF) is known color: Light Sky Blue. HEX triplet: 7F, CC and FF. RGB value is (127,204,255). Sum of RGB (Red+Green+Blue) = 127+204+255=586 (77% of max value = 765). Red value is 127 (50% from 255 or 21.67% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #7FCCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCCFF is #803300. Grayscale: #BABABA. Windows color (decimal): -8401665 or 16764031. OLE color: 16764031.
HSL color Cylindrical-coordinate representation of color #7FCCFF: hue angle of 203.91º 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 #7FCCFF is Cyan = 0.50, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 204 | 255 | - |
| CMYK | 0.50 | 0.2 | 0 | 0 |
| HSL | 203.91º | 1% | 0.75% | - |
| HSV(B) | 203.91º | 0.5% | 1% | - |
| XYZ | 48.4 | 54.92 | 102.66 | - |
| YUV | 186.79 | 166.49 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 255 | 0.50 | 0.2 | 0 | 0 | 203.91 | 1 | 0.75 |
| Hex | 7F | CC | FF | 32 | 14 | 0 | 0 | CC | 64 | 4B |
| Octal | 177 | 314 | 377 | 62 | 24 | 0 | 0 | 314 | 144 | 113 |
| Binary | 1111111 | 11001100 | 11111111 | 110010 | 10100 | 0 | 0 | 11001100 | 1100100 | 1001011 |
Color Harmonies of #7FCCFF
Complementary color
Monochromatic Colors of #7FCCFF
Black with #7FCCFF
Text Example
Text Example
White with #7FCCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCCFF; }
p { color: rgb(127,204,255); }
H1.HeaderClassName
{
color: #7FCCFF;
}
.AnyTagClassName
{
color: #7FCCFF;
}
</style>
background-color css
<style>
a { background-color: #7FCCFF; }
a { background-color: rgb(127,204,255); }
div.DivClassName
{
background-color: #7FCCFF;
}
.BgClassName
{
background-color: #7FCCFF;
}
</style>
border-color css
<style>
span { border-color: #7FCCFF; }
span { border-color: rgb(127,204,255); }
td.TdClassName
{
border-color: #7FCCFF;
}
.TagClassName
{
border-color: #7FCCFF;
}
</style>