Shades of Light Sky Blue #8DBEF4
Tints of Light Sky Blue #8DBEF4
RGB
CMYK
RGB Variations
Color information
#8DBEF4 (or 0x8DBEF4) is known color: Light Sky Blue. HEX triplet: 8D, BE and F4. RGB value is (141,190,244). Sum of RGB (Red+Green+Blue) = 141+190+244=575 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.52% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 244 (95.70% from 255 or 42.43% from 575); Max value from RGB is 244 - color contains mainly: blue. Hex color #8DBEF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBEF4 is #72410B. Grayscale: #B5B5B5. Windows color (decimal): -7487756 or 16039565. OLE color: 16039565.
HSL color Cylindrical-coordinate representation of color #8DBEF4: hue angle of 211.46º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DBEF4 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 190 | 244 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.04 |
| HSL | 211.46º | 0.82% | 0.75% | - |
| HSV(B) | 211.46º | 0.42% | 0.96% | - |
| XYZ | 45.73 | 49.02 | 92.64 | - |
| YUV | 181.51 | 163.27 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 190 | 244 | 0.42 | 0.22 | 0 | 0.04 | 211.46 | 0.82 | 0.75 |
| Hex | 8D | BE | F4 | 2A | 16 | 0 | 4 | D3 | 52 | 4B |
| Octal | 215 | 276 | 364 | 52 | 26 | 0 | 4 | 323 | 122 | 113 |
| Binary | 10001101 | 10111110 | 11110100 | 101010 | 10110 | 0 | 100 | 11010011 | 1010010 | 1001011 |
Color Harmonies of #8DBEF4
Complementary color
Monochromatic Colors of #8DBEF4
Black with #8DBEF4
Text Example
Text Example
White with #8DBEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBEF4; }
p { color: rgb(141,190,244); }
H1.HeaderClassName
{
color: #8DBEF4;
}
.AnyTagClassName
{
color: #8DBEF4;
}
</style>
background-color css
<style>
a { background-color: #8DBEF4; }
a { background-color: rgb(141,190,244); }
div.DivClassName
{
background-color: #8DBEF4;
}
.BgClassName
{
background-color: #8DBEF4;
}
</style>
border-color css
<style>
span { border-color: #8DBEF4; }
span { border-color: rgb(141,190,244); }
td.TdClassName
{
border-color: #8DBEF4;
}
.TagClassName
{
border-color: #8DBEF4;
}
</style>