Shades of Light Sky Blue #7FCCFE
Tints of Light Sky Blue #7FCCFE
RGB
CMYK
RGB Variations
Color information
#7FCCFE (or 0x7FCCFE) is known color: Light Sky Blue. HEX triplet: 7F, CC and FE. RGB value is (127,204,254). Sum of RGB (Red+Green+Blue) = 127+204+254=585 (77% of max value = 765). Red value is 127 (50% from 255 or 21.71% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 254 (99.61% from 255 or 43.42% from 585); Max value from RGB is 254 - color contains mainly: blue. Hex color #7FCCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCCFE is #803301. Grayscale: #BABABA. Windows color (decimal): -8401666 or 16698495. OLE color: 16698495.
HSL color Cylindrical-coordinate representation of color #7FCCFE: hue angle of 203.62º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7FCCFE is Cyan = 0.50, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 127 | 204 | 254 | - |
| CMYK | 0.50 | 0.20 | 0 | 0.00 |
| HSL | 203.62º | 0.98% | 0.75% | - |
| HSV(B) | 203.62º | 0.5% | 1% | - |
| XYZ | 48.23 | 54.85 | 101.81 | - |
| YUV | 186.68 | 165.99 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 254 | 0.50 | 0.20 | 0 | 0.00 | 203.62 | 0.98 | 0.75 |
| Hex | 7F | CC | FE | 32 | 14 | 0 | 0 | CC | 62 | 4B |
| Octal | 177 | 314 | 376 | 62 | 24 | 0 | 0 | 314 | 142 | 113 |
| Binary | 1111111 | 11001100 | 11111110 | 110010 | 10100 | 0 | 0 | 11001100 | 1100010 | 1001011 |
Color Harmonies of #7FCCFE
Complementary color
Monochromatic Colors of #7FCCFE
Black with #7FCCFE
Text Example
Text Example
White with #7FCCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCCFE; }
p { color: rgb(127,204,254); }
H1.HeaderClassName
{
color: #7FCCFE;
}
.AnyTagClassName
{
color: #7FCCFE;
}
</style>
background-color css
<style>
a { background-color: #7FCCFE; }
a { background-color: rgb(127,204,254); }
div.DivClassName
{
background-color: #7FCCFE;
}
.BgClassName
{
background-color: #7FCCFE;
}
</style>
border-color css
<style>
span { border-color: #7FCCFE; }
span { border-color: rgb(127,204,254); }
td.TdClassName
{
border-color: #7FCCFE;
}
.TagClassName
{
border-color: #7FCCFE;
}
</style>