Shades of Light Sky Blue #8BCFFD
Tints of Light Sky Blue #8BCFFD
RGB
CMYK
RGB Variations
Color information
#8BCFFD (or 0x8BCFFD) is known color: Light Sky Blue. HEX triplet: 8B, CF and FD. RGB value is (139,207,253). Sum of RGB (Red+Green+Blue) = 139+207+253=599 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.21% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BCFFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCFFD is #743002. Grayscale: #BFBFBF. Windows color (decimal): -7614467 or 16633739. OLE color: 16633739.
HSL color Cylindrical-coordinate representation of color #8BCFFD: hue angle of 204.21º 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 #8BCFFD is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 207 | 253 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.01 |
| HSL | 204.21º | 0.97% | 0.77% | - |
| HSV(B) | 204.21º | 0.45% | 0.99% | - |
| XYZ | 50.69 | 57.21 | 101.3 | - |
| YUV | 191.91 | 162.47 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 207 | 253 | 0.45 | 0.18 | 0 | 0.01 | 204.21 | 0.97 | 0.77 |
| Hex | 8B | CF | FD | 2D | 12 | 0 | 1 | CC | 61 | 4D |
| Octal | 213 | 317 | 375 | 55 | 22 | 0 | 1 | 314 | 141 | 115 |
| Binary | 10001011 | 11001111 | 11111101 | 101101 | 10010 | 0 | 1 | 11001100 | 1100001 | 1001101 |
Color Harmonies of #8BCFFD
Complementary color
Monochromatic Colors of #8BCFFD
Black with #8BCFFD
Text Example
Text Example
White with #8BCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCFFD; }
p { color: rgb(139,207,253); }
H1.HeaderClassName
{
color: #8BCFFD;
}
.AnyTagClassName
{
color: #8BCFFD;
}
</style>
background-color css
<style>
a { background-color: #8BCFFD; }
a { background-color: rgb(139,207,253); }
div.DivClassName
{
background-color: #8BCFFD;
}
.BgClassName
{
background-color: #8BCFFD;
}
</style>
border-color css
<style>
span { border-color: #8BCFFD; }
span { border-color: rgb(139,207,253); }
td.TdClassName
{
border-color: #8BCFFD;
}
.TagClassName
{
border-color: #8BCFFD;
}
</style>