Shades of Light Sky Blue #8BCDFE
Tints of Light Sky Blue #8BCDFE
RGB
CMYK
RGB Variations
Color information
#8BCDFE (or 0x8BCDFE) is known color: Light Sky Blue. HEX triplet: 8B, CD and FE. RGB value is (139,205,254). Sum of RGB (Red+Green+Blue) = 139+205+254=598 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.24% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #8BCDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BCDFE is #743201. Grayscale: #BEBEBE. Windows color (decimal): -7614978 or 16698763. OLE color: 16698763.
HSL color Cylindrical-coordinate representation of color #8BCDFE: hue angle of 205.57º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BCDFE is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 139 | 205 | 254 | - |
| CMYK | 0.45 | 0.19 | 0 | 0.00 |
| HSL | 205.57º | 0.98% | 0.77% | - |
| HSV(B) | 205.57º | 0.45% | 1% | - |
| XYZ | 50.37 | 56.31 | 101.98 | - |
| YUV | 190.85 | 163.63 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 205 | 254 | 0.45 | 0.19 | 0 | 0.00 | 205.57 | 0.98 | 0.77 |
| Hex | 8B | CD | FE | 2D | 13 | 0 | 0 | CE | 62 | 4D |
| Octal | 213 | 315 | 376 | 55 | 23 | 0 | 0 | 316 | 142 | 115 |
| Binary | 10001011 | 11001101 | 11111110 | 101101 | 10011 | 0 | 0 | 11001110 | 1100010 | 1001101 |
Color Harmonies of #8BCDFE
Complementary color
Monochromatic Colors of #8BCDFE
Black with #8BCDFE
Text Example
Text Example
White with #8BCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCDFE; }
p { color: rgb(139,205,254); }
H1.HeaderClassName
{
color: #8BCDFE;
}
.AnyTagClassName
{
color: #8BCDFE;
}
</style>
background-color css
<style>
a { background-color: #8BCDFE; }
a { background-color: rgb(139,205,254); }
div.DivClassName
{
background-color: #8BCDFE;
}
.BgClassName
{
background-color: #8BCDFE;
}
</style>
border-color css
<style>
span { border-color: #8BCDFE; }
span { border-color: rgb(139,205,254); }
td.TdClassName
{
border-color: #8BCDFE;
}
.TagClassName
{
border-color: #8BCDFE;
}
</style>