Shades of Light Sky Blue #8BCFFC
Tints of Light Sky Blue #8BCFFC
RGB
CMYK
RGB Variations
Color information
#8BCFFC (or 0x8BCFFC) is known color: Light Sky Blue. HEX triplet: 8B, CF and FC. RGB value is (139,207,252). Sum of RGB (Red+Green+Blue) = 139+207+252=598 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.24% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #8BCFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCFFC is #743003. Grayscale: #BFBFBF. Windows color (decimal): -7614468 or 16568203. OLE color: 16568203.
HSL color Cylindrical-coordinate representation of color #8BCFFC: hue angle of 203.89º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BCFFC is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 207 | 252 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.01 |
| HSL | 203.89º | 0.95% | 0.77% | - |
| HSV(B) | 203.89º | 0.45% | 0.99% | - |
| XYZ | 50.53 | 57.14 | 100.46 | - |
| YUV | 191.8 | 161.97 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 252 | 0.45 | 0.18 | 0 | 0.01 | 203.89 | 0.95 | 0.77 |
| Hex | 8B | CF | FC | 2D | 12 | 0 | 1 | CC | 5F | 4D |
| Octal | 213 | 317 | 374 | 55 | 22 | 0 | 1 | 314 | 137 | 115 |
| Binary | 10001011 | 11001111 | 11111100 | 101101 | 10010 | 0 | 1 | 11001100 | 1011111 | 1001101 |
Color Harmonies of #8BCFFC
Complementary color
Monochromatic Colors of #8BCFFC
Black with #8BCFFC
Text Example
Text Example
White with #8BCFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCFFC; }
p { color: rgb(139,207,252); }
H1.HeaderClassName
{
color: #8BCFFC;
}
.AnyTagClassName
{
color: #8BCFFC;
}
</style>
background-color css
<style>
a { background-color: #8BCFFC; }
a { background-color: rgb(139,207,252); }
div.DivClassName
{
background-color: #8BCFFC;
}
.BgClassName
{
background-color: #8BCFFC;
}
</style>
border-color css
<style>
span { border-color: #8BCFFC; }
span { border-color: rgb(139,207,252); }
td.TdClassName
{
border-color: #8BCFFC;
}
.TagClassName
{
border-color: #8BCFFC;
}
</style>