Shades of Light Sky Blue #8BCDFB
Tints of Light Sky Blue #8BCDFB
RGB
CMYK
RGB Variations
Color information
#8BCDFB (or 0x8BCDFB) is known color: Light Sky Blue. HEX triplet: 8B, CD and FB. RGB value is (139,205,251). Sum of RGB (Red+Green+Blue) = 139+205+251=595 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.36% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #8BCDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCDFB is #743204. Grayscale: #BEBEBE. Windows color (decimal): -7614981 or 16502155. OLE color: 16502155.
HSL color Cylindrical-coordinate representation of color #8BCDFB: hue angle of 204.64º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BCDFB is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 139 | 205 | 251 | - |
| CMYK | 0.45 | 0.18 | 0 | 0.02 |
| HSL | 204.64º | 0.93% | 0.76% | - |
| HSV(B) | 204.64º | 0.45% | 0.98% | - |
| XYZ | 49.89 | 56.12 | 99.47 | - |
| YUV | 190.51 | 162.13 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 251 | 0.45 | 0.18 | 0 | 0.02 | 204.64 | 0.93 | 0.76 |
| Hex | 8B | CD | FB | 2D | 12 | 0 | 2 | CD | 5D | 4C |
| Octal | 213 | 315 | 373 | 55 | 22 | 0 | 2 | 315 | 135 | 114 |
| Binary | 10001011 | 11001101 | 11111011 | 101101 | 10010 | 0 | 10 | 11001101 | 1011101 | 1001100 |
Color Harmonies of #8BCDFB
Complementary color
Monochromatic Colors of #8BCDFB
Black with #8BCDFB
Text Example
Text Example
White with #8BCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDFB; }
p { color: rgb(139,205,251); }
H1.HeaderClassName
{
color: #8BCDFB;
}
.AnyTagClassName
{
color: #8BCDFB;
}
</style>
background-color css
<style>
a { background-color: #8BCDFB; }
a { background-color: rgb(139,205,251); }
div.DivClassName
{
background-color: #8BCDFB;
}
.BgClassName
{
background-color: #8BCDFB;
}
</style>
border-color css
<style>
span { border-color: #8BCDFB; }
span { border-color: rgb(139,205,251); }
td.TdClassName
{
border-color: #8BCDFB;
}
.TagClassName
{
border-color: #8BCDFB;
}
</style>