Shades of Light Sky Blue #8BC9FF
Tints of Light Sky Blue #8BC9FF
RGB
CMYK
RGB Variations
Color information
#8BC9FF (or 0x8BC9FF) is known color: Light Sky Blue. HEX triplet: 8B, C9 and FF. RGB value is (139,201,255). Sum of RGB (Red+Green+Blue) = 139+201+255=595 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.36% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #8BC9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BC9FF is #743600. Grayscale: #BCBCBC. Windows color (decimal): -7616001 or 16763275. OLE color: 16763275.
HSL color Cylindrical-coordinate representation of color #8BC9FF: hue angle of 207.93º 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 #8BC9FF is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 139 | 201 | 255 | - |
| CMYK | 0.45 | 0.21 | 0 | 0 |
| HSL | 207.93º | 1% | 0.77% | - |
| HSV(B) | 207.93º | 0.45% | 1% | - |
| XYZ | 49.58 | 54.48 | 102.51 | - |
| YUV | 188.62 | 165.46 | 92.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 201 | 255 | 0.45 | 0.21 | 0 | 0 | 207.93 | 1 | 0.77 |
| Hex | 8B | C9 | FF | 2D | 15 | 0 | 0 | D0 | 64 | 4D |
| Octal | 213 | 311 | 377 | 55 | 25 | 0 | 0 | 320 | 144 | 115 |
| Binary | 10001011 | 11001001 | 11111111 | 101101 | 10101 | 0 | 0 | 11010000 | 1100100 | 1001101 |
Color Harmonies of #8BC9FF
Complementary color
Monochromatic Colors of #8BC9FF
Black with #8BC9FF
Text Example
Text Example
White with #8BC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC9FF; }
p { color: rgb(139,201,255); }
H1.HeaderClassName
{
color: #8BC9FF;
}
.AnyTagClassName
{
color: #8BC9FF;
}
</style>
background-color css
<style>
a { background-color: #8BC9FF; }
a { background-color: rgb(139,201,255); }
div.DivClassName
{
background-color: #8BC9FF;
}
.BgClassName
{
background-color: #8BC9FF;
}
</style>
border-color css
<style>
span { border-color: #8BC9FF; }
span { border-color: rgb(139,201,255); }
td.TdClassName
{
border-color: #8BC9FF;
}
.TagClassName
{
border-color: #8BC9FF;
}
</style>