Shades of Light Sky Blue #8DBEF2
Tints of Light Sky Blue #8DBEF2
RGB
CMYK
RGB Variations
Color information
#8DBEF2 (or 0x8DBEF2) is known color: Light Sky Blue. HEX triplet: 8D, BE and F2. RGB value is (141,190,242). Sum of RGB (Red+Green+Blue) = 141+190+242=573 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.61% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 242 (94.92% from 255 or 42.23% from 573); Max value from RGB is 242 - color contains mainly: blue. Hex color #8DBEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBEF2 is #72410D. Grayscale: #B5B5B5. Windows color (decimal): -7487758 or 15908493. OLE color: 15908493.
HSL color Cylindrical-coordinate representation of color #8DBEF2: hue angle of 210.89º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DBEF2 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 190 | 242 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.05 |
| HSL | 210.89º | 0.8% | 0.75% | - |
| HSV(B) | 210.89º | 0.42% | 0.95% | - |
| XYZ | 45.42 | 48.9 | 91.05 | - |
| YUV | 181.28 | 162.27 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 242 | 0.42 | 0.21 | 0 | 0.05 | 210.89 | 0.8 | 0.75 |
| Hex | 8D | BE | F2 | 2A | 15 | 0 | 5 | D3 | 50 | 4B |
| Octal | 215 | 276 | 362 | 52 | 25 | 0 | 5 | 323 | 120 | 113 |
| Binary | 10001101 | 10111110 | 11110010 | 101010 | 10101 | 0 | 101 | 11010011 | 1010000 | 1001011 |
Color Harmonies of #8DBEF2
Complementary color
Monochromatic Colors of #8DBEF2
Black with #8DBEF2
Text Example
Text Example
White with #8DBEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBEF2; }
p { color: rgb(141,190,242); }
H1.HeaderClassName
{
color: #8DBEF2;
}
.AnyTagClassName
{
color: #8DBEF2;
}
</style>
background-color css
<style>
a { background-color: #8DBEF2; }
a { background-color: rgb(141,190,242); }
div.DivClassName
{
background-color: #8DBEF2;
}
.BgClassName
{
background-color: #8DBEF2;
}
</style>
border-color css
<style>
span { border-color: #8DBEF2; }
span { border-color: rgb(141,190,242); }
td.TdClassName
{
border-color: #8DBEF2;
}
.TagClassName
{
border-color: #8DBEF2;
}
</style>