Shades of Light Sky Blue #7FCCFB
Tints of Light Sky Blue #7FCCFB
RGB
CMYK
RGB Variations
Color information
#7FCCFB (or 0x7FCCFB) is known color: Light Sky Blue. HEX triplet: 7F, CC and FB. RGB value is (127,204,251). Sum of RGB (Red+Green+Blue) = 127+204+251=582 (77% of max value = 765). Red value is 127 (50% from 255 or 21.82% from 582); Green value is 204 (80.08% from 255 or 35.05% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #7FCCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7FCCFB is #803304. Grayscale: #BABABA. Windows color (decimal): -8401669 or 16501887. OLE color: 16501887.
HSL color Cylindrical-coordinate representation of color #7FCCFB: hue angle of 202.74º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7FCCFB is Cyan = 0.49, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 127 | 204 | 251 | - |
| CMYK | 0.49 | 0.19 | 0 | 0.02 |
| HSL | 202.74º | 0.94% | 0.74% | - |
| HSV(B) | 202.74º | 0.49% | 0.98% | - |
| XYZ | 47.76 | 54.66 | 99.3 | - |
| YUV | 186.34 | 164.49 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 204 | 251 | 0.49 | 0.19 | 0 | 0.02 | 202.74 | 0.94 | 0.74 |
| Hex | 7F | CC | FB | 31 | 13 | 0 | 2 | CB | 5E | 4A |
| Octal | 177 | 314 | 373 | 61 | 23 | 0 | 2 | 313 | 136 | 112 |
| Binary | 1111111 | 11001100 | 11111011 | 110001 | 10011 | 0 | 10 | 11001011 | 1011110 | 1001010 |
Color Harmonies of #7FCCFB
Complementary color
Monochromatic Colors of #7FCCFB
Black with #7FCCFB
Text Example
Text Example
White with #7FCCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCCFB; }
p { color: rgb(127,204,251); }
H1.HeaderClassName
{
color: #7FCCFB;
}
.AnyTagClassName
{
color: #7FCCFB;
}
</style>
background-color css
<style>
a { background-color: #7FCCFB; }
a { background-color: rgb(127,204,251); }
div.DivClassName
{
background-color: #7FCCFB;
}
.BgClassName
{
background-color: #7FCCFB;
}
</style>
border-color css
<style>
span { border-color: #7FCCFB; }
span { border-color: rgb(127,204,251); }
td.TdClassName
{
border-color: #7FCCFB;
}
.TagClassName
{
border-color: #7FCCFB;
}
</style>