Shades of Light Sky Blue #8BCAFF
Tints of Light Sky Blue #8BCAFF
RGB
CMYK
RGB Variations
Color information
#8BCAFF (or 0x8BCAFF) is known color: Light Sky Blue. HEX triplet: 8B, CA and FF. RGB value is (139,202,255). Sum of RGB (Red+Green+Blue) = 139+202+255=596 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.32% from 596); Green value is 202 (79.30% from 255 or 33.89% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BCAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCAFF is #743500. Grayscale: #BCBCBC. Windows color (decimal): -7615745 or 16763531. OLE color: 16763531.
HSL color Cylindrical-coordinate representation of color #8BCAFF: hue angle of 207.41º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BCAFF is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 202 | 255 | - |
| CMYK | 0.45 | 0.21 | 0 | 0 |
| HSL | 207.41º | 1% | 0.77% | - |
| HSV(B) | 207.41º | 0.45% | 1% | - |
| XYZ | 49.82 | 54.95 | 102.59 | - |
| YUV | 189.21 | 165.13 | 92.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 202 | 255 | 0.45 | 0.21 | 0 | 0 | 207.41 | 1 | 0.77 |
| Hex | 8B | CA | FF | 2D | 15 | 0 | 0 | CF | 64 | 4D |
| Octal | 213 | 312 | 377 | 55 | 25 | 0 | 0 | 317 | 144 | 115 |
| Binary | 10001011 | 11001010 | 11111111 | 101101 | 10101 | 0 | 0 | 11001111 | 1100100 | 1001101 |
Color Harmonies of #8BCAFF
Complementary color
Monochromatic Colors of #8BCAFF
Black with #8BCAFF
Text Example
Text Example
White with #8BCAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCAFF; }
p { color: rgb(139,202,255); }
H1.HeaderClassName
{
color: #8BCAFF;
}
.AnyTagClassName
{
color: #8BCAFF;
}
</style>
background-color css
<style>
a { background-color: #8BCAFF; }
a { background-color: rgb(139,202,255); }
div.DivClassName
{
background-color: #8BCAFF;
}
.BgClassName
{
background-color: #8BCAFF;
}
</style>
border-color css
<style>
span { border-color: #8BCAFF; }
span { border-color: rgb(139,202,255); }
td.TdClassName
{
border-color: #8BCAFF;
}
.TagClassName
{
border-color: #8BCAFF;
}
</style>