Shades of Light Sky Blue #8DBFF6
Tints of Light Sky Blue #8DBFF6
RGB
CMYK
RGB Variations
Color information
#8DBFF6 (or 0x8DBFF6) is known color: Light Sky Blue. HEX triplet: 8D, BF and F6. RGB value is (141,191,246). Sum of RGB (Red+Green+Blue) = 141+191+246=578 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.39% from 578); Green value is 191 (75% from 255 or 33.04% from 578); Blue value is 246 (96.48% from 255 or 42.56% from 578); Max value from RGB is 246 - color contains mainly: blue. Hex color #8DBFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBFF6 is #724009. Grayscale: #B6B6B6. Windows color (decimal): -7487498 or 16170893. OLE color: 16170893.
HSL color Cylindrical-coordinate representation of color #8DBFF6: hue angle of 211.43º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DBFF6 is Cyan = 0.43, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 191 | 246 | - |
| CMYK | 0.43 | 0.22 | 0 | 0.04 |
| HSL | 211.43º | 0.85% | 0.76% | - |
| HSV(B) | 211.43º | 0.43% | 0.96% | - |
| XYZ | 46.25 | 49.58 | 94.32 | - |
| YUV | 182.32 | 163.94 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 246 | 0.43 | 0.22 | 0 | 0.04 | 211.43 | 0.85 | 0.76 |
| Hex | 8D | BF | F6 | 2B | 16 | 0 | 4 | D3 | 55 | 4C |
| Octal | 215 | 277 | 366 | 53 | 26 | 0 | 4 | 323 | 125 | 114 |
| Binary | 10001101 | 10111111 | 11110110 | 101011 | 10110 | 0 | 100 | 11010011 | 1010101 | 1001100 |
Color Harmonies of #8DBFF6
Complementary color
Monochromatic Colors of #8DBFF6
Black with #8DBFF6
Text Example
Text Example
White with #8DBFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBFF6; }
p { color: rgb(141,191,246); }
H1.HeaderClassName
{
color: #8DBFF6;
}
.AnyTagClassName
{
color: #8DBFF6;
}
</style>
background-color css
<style>
a { background-color: #8DBFF6; }
a { background-color: rgb(141,191,246); }
div.DivClassName
{
background-color: #8DBFF6;
}
.BgClassName
{
background-color: #8DBFF6;
}
</style>
border-color css
<style>
span { border-color: #8DBFF6; }
span { border-color: rgb(141,191,246); }
td.TdClassName
{
border-color: #8DBFF6;
}
.TagClassName
{
border-color: #8DBFF6;
}
</style>