Shades of Light Sky Blue #8DBEFF
Tints of Light Sky Blue #8DBEFF
RGB
CMYK
RGB Variations
Color information
#8DBEFF (or 0x8DBEFF) is known color: Light Sky Blue. HEX triplet: 8D, BE and FF. RGB value is (141,190,255). Sum of RGB (Red+Green+Blue) = 141+190+255=586 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.06% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DBEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBEFF is #724100. Grayscale: #B6B6B6. Windows color (decimal): -7487745 or 16760461. OLE color: 16760461.
HSL color Cylindrical-coordinate representation of color #8DBEFF: hue angle of 214.21º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DBEFF is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 141 | 190 | 255 | - |
| CMYK | 0.45 | 0.25 | 0 | 0 |
| HSL | 214.21º | 1% | 0.78% | - |
| HSV(B) | 214.21º | 0.45% | 1% | - |
| XYZ | 47.45 | 49.71 | 101.7 | - |
| YUV | 182.76 | 168.77 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 255 | 0.45 | 0.25 | 0 | 0 | 214.21 | 1 | 0.78 |
| Hex | 8D | BE | FF | 2D | 19 | 0 | 0 | D6 | 64 | 4E |
| Octal | 215 | 276 | 377 | 55 | 31 | 0 | 0 | 326 | 144 | 116 |
| Binary | 10001101 | 10111110 | 11111111 | 101101 | 11001 | 0 | 0 | 11010110 | 1100100 | 1001110 |
Color Harmonies of #8DBEFF
Complementary color
Monochromatic Colors of #8DBEFF
Black with #8DBEFF
Text Example
Text Example
White with #8DBEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBEFF; }
p { color: rgb(141,190,255); }
H1.HeaderClassName
{
color: #8DBEFF;
}
.AnyTagClassName
{
color: #8DBEFF;
}
</style>
background-color css
<style>
a { background-color: #8DBEFF; }
a { background-color: rgb(141,190,255); }
div.DivClassName
{
background-color: #8DBEFF;
}
.BgClassName
{
background-color: #8DBEFF;
}
</style>
border-color css
<style>
span { border-color: #8DBEFF; }
span { border-color: rgb(141,190,255); }
td.TdClassName
{
border-color: #8DBEFF;
}
.TagClassName
{
border-color: #8DBEFF;
}
</style>