Shades of Light Sky Blue #8BBDFD
Tints of Light Sky Blue #8BBDFD
RGB
CMYK
RGB Variations
Color information
#8BBDFD (or 0x8BBDFD) is known color: Light Sky Blue. HEX triplet: 8B, BD and FD. RGB value is (139,189,253). Sum of RGB (Red+Green+Blue) = 139+189+253=581 (76% of max value = 765). Red value is 139 (54.69% from 255 or 23.92% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #8BBDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BBDFD is #744202. Grayscale: #B5B5B5. Windows color (decimal): -7619075 or 16629131. OLE color: 16629131.
HSL color Cylindrical-coordinate representation of color #8BBDFD: hue angle of 213.68º 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 #8BBDFD is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 139 | 189 | 253 | - |
| CMYK | 0.45 | 0.25 | 0 | 0.01 |
| HSL | 213.68º | 0.97% | 0.77% | - |
| HSV(B) | 213.68º | 0.45% | 0.99% | - |
| XYZ | 46.57 | 48.98 | 99.93 | - |
| YUV | 181.35 | 168.44 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 189 | 253 | 0.45 | 0.25 | 0 | 0.01 | 213.68 | 0.97 | 0.77 |
| Hex | 8B | BD | FD | 2D | 19 | 0 | 1 | D6 | 61 | 4D |
| Octal | 213 | 275 | 375 | 55 | 31 | 0 | 1 | 326 | 141 | 115 |
| Binary | 10001011 | 10111101 | 11111101 | 101101 | 11001 | 0 | 1 | 11010110 | 1100001 | 1001101 |
Color Harmonies of #8BBDFD
Complementary color
Monochromatic Colors of #8BBDFD
Black with #8BBDFD
Text Example
Text Example
White with #8BBDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBDFD; }
p { color: rgb(139,189,253); }
H1.HeaderClassName
{
color: #8BBDFD;
}
.AnyTagClassName
{
color: #8BBDFD;
}
</style>
background-color css
<style>
a { background-color: #8BBDFD; }
a { background-color: rgb(139,189,253); }
div.DivClassName
{
background-color: #8BBDFD;
}
.BgClassName
{
background-color: #8BBDFD;
}
</style>
border-color css
<style>
span { border-color: #8BBDFD; }
span { border-color: rgb(139,189,253); }
td.TdClassName
{
border-color: #8BBDFD;
}
.TagClassName
{
border-color: #8BBDFD;
}
</style>