Shades of Light Sky Blue #8DBEF3
Tints of Light Sky Blue #8DBEF3
RGB
CMYK
RGB Variations
Color information
#8DBEF3 (or 0x8DBEF3) is known color: Light Sky Blue. HEX triplet: 8D, BE and F3. RGB value is (141,190,243). Sum of RGB (Red+Green+Blue) = 141+190+243=574 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.56% from 574); Green value is 190 (74.61% from 255 or 33.10% from 574); Blue value is 243 (95.31% from 255 or 42.33% from 574); Max value from RGB is 243 - color contains mainly: blue. Hex color #8DBEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBEF3 is #72410C. Grayscale: #B5B5B5. Windows color (decimal): -7487757 or 15974029. OLE color: 15974029.
HSL color Cylindrical-coordinate representation of color #8DBEF3: hue angle of 211.18º degrees, saturation: 0.81, 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 #8DBEF3 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 190 | 243 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.05 |
| HSL | 211.18º | 0.81% | 0.75% | - |
| HSV(B) | 211.18º | 0.42% | 0.95% | - |
| XYZ | 45.58 | 48.96 | 91.84 | - |
| YUV | 181.39 | 162.77 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 243 | 0.42 | 0.22 | 0 | 0.05 | 211.18 | 0.81 | 0.75 |
| Hex | 8D | BE | F3 | 2A | 16 | 0 | 5 | D3 | 51 | 4B |
| Octal | 215 | 276 | 363 | 52 | 26 | 0 | 5 | 323 | 121 | 113 |
| Binary | 10001101 | 10111110 | 11110011 | 101010 | 10110 | 0 | 101 | 11010011 | 1010001 | 1001011 |
Color Harmonies of #8DBEF3
Complementary color
Monochromatic Colors of #8DBEF3
Black with #8DBEF3
Text Example
Text Example
White with #8DBEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBEF3; }
p { color: rgb(141,190,243); }
H1.HeaderClassName
{
color: #8DBEF3;
}
.AnyTagClassName
{
color: #8DBEF3;
}
</style>
background-color css
<style>
a { background-color: #8DBEF3; }
a { background-color: rgb(141,190,243); }
div.DivClassName
{
background-color: #8DBEF3;
}
.BgClassName
{
background-color: #8DBEF3;
}
</style>
border-color css
<style>
span { border-color: #8DBEF3; }
span { border-color: rgb(141,190,243); }
td.TdClassName
{
border-color: #8DBEF3;
}
.TagClassName
{
border-color: #8DBEF3;
}
</style>