Shades of Light Sky Blue #8BBFFD
Tints of Light Sky Blue #8BBFFD
RGB
CMYK
RGB Variations
Color information
#8BBFFD (or 0x8BBFFD) is known color: Light Sky Blue. HEX triplet: 8B, BF and FD. RGB value is (139,191,253). Sum of RGB (Red+Green+Blue) = 139+191+253=583 (77% of max value = 765). Red value is 139 (54.69% from 255 or 23.84% from 583); Green value is 191 (75% from 255 or 32.76% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BBFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBFFD is #744002. Grayscale: #B6B6B6. Windows color (decimal): -7618563 or 16629643. OLE color: 16629643.
HSL color Cylindrical-coordinate representation of color #8BBFFD: hue angle of 212.63º degrees, saturation: 0.97, 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 #8BBFFD is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 191 | 253 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.01 |
| HSL | 212.63º | 0.97% | 0.77% | - |
| HSV(B) | 212.63º | 0.45% | 0.99% | - |
| XYZ | 47.01 | 49.84 | 100.07 | - |
| YUV | 182.52 | 167.77 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 191 | 253 | 0.45 | 0.25 | 0 | 0.01 | 212.63 | 0.97 | 0.77 |
| Hex | 8B | BF | FD | 2D | 19 | 0 | 1 | D5 | 61 | 4D |
| Octal | 213 | 277 | 375 | 55 | 31 | 0 | 1 | 325 | 141 | 115 |
| Binary | 10001011 | 10111111 | 11111101 | 101101 | 11001 | 0 | 1 | 11010101 | 1100001 | 1001101 |
Color Harmonies of #8BBFFD
Complementary color
Monochromatic Colors of #8BBFFD
Black with #8BBFFD
Text Example
Text Example
White with #8BBFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBFFD; }
p { color: rgb(139,191,253); }
H1.HeaderClassName
{
color: #8BBFFD;
}
.AnyTagClassName
{
color: #8BBFFD;
}
</style>
background-color css
<style>
a { background-color: #8BBFFD; }
a { background-color: rgb(139,191,253); }
div.DivClassName
{
background-color: #8BBFFD;
}
.BgClassName
{
background-color: #8BBFFD;
}
</style>
border-color css
<style>
span { border-color: #8BBFFD; }
span { border-color: rgb(139,191,253); }
td.TdClassName
{
border-color: #8BBFFD;
}
.TagClassName
{
border-color: #8BBFFD;
}
</style>