Shades of Light Sky Blue #8DBFF5
Tints of Light Sky Blue #8DBFF5
RGB
CMYK
RGB Variations
Color information
#8DBFF5 (or 0x8DBFF5) is known color: Light Sky Blue. HEX triplet: 8D, BF and F5. RGB value is (141,191,245). Sum of RGB (Red+Green+Blue) = 141+191+245=577 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.44% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 245 (96.09% from 255 or 42.46% from 577); Max value from RGB is 245 - color contains mainly: blue. Hex color #8DBFF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBFF5 is #72400A. Grayscale: #B5B5B5. Windows color (decimal): -7487499 or 16105357. OLE color: 16105357.
HSL color Cylindrical-coordinate representation of color #8DBFF5: hue angle of 211.15º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DBFF5 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 191 | 245 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.04 |
| HSL | 211.15º | 0.84% | 0.76% | - |
| HSV(B) | 211.15º | 0.42% | 0.96% | - |
| XYZ | 46.1 | 49.52 | 93.51 | - |
| YUV | 182.21 | 163.44 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 245 | 0.42 | 0.22 | 0 | 0.04 | 211.15 | 0.84 | 0.76 |
| Hex | 8D | BF | F5 | 2A | 16 | 0 | 4 | D3 | 54 | 4C |
| Octal | 215 | 277 | 365 | 52 | 26 | 0 | 4 | 323 | 124 | 114 |
| Binary | 10001101 | 10111111 | 11110101 | 101010 | 10110 | 0 | 100 | 11010011 | 1010100 | 1001100 |
Color Harmonies of #8DBFF5
Complementary color
Monochromatic Colors of #8DBFF5
Black with #8DBFF5
Text Example
Text Example
White with #8DBFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBFF5; }
p { color: rgb(141,191,245); }
H1.HeaderClassName
{
color: #8DBFF5;
}
.AnyTagClassName
{
color: #8DBFF5;
}
</style>
background-color css
<style>
a { background-color: #8DBFF5; }
a { background-color: rgb(141,191,245); }
div.DivClassName
{
background-color: #8DBFF5;
}
.BgClassName
{
background-color: #8DBFF5;
}
</style>
border-color css
<style>
span { border-color: #8DBFF5; }
span { border-color: rgb(141,191,245); }
td.TdClassName
{
border-color: #8DBFF5;
}
.TagClassName
{
border-color: #8DBFF5;
}
</style>