Shades of Light Sky Blue #8DBFF4
Tints of Light Sky Blue #8DBFF4
RGB
CMYK
RGB Variations
Color information
#8DBFF4 (or 0x8DBFF4) is known color: Light Sky Blue. HEX triplet: 8D, BF and F4. RGB value is (141,191,244). Sum of RGB (Red+Green+Blue) = 141+191+244=576 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.48% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 244 (95.70% from 255 or 42.36% from 576); Max value from RGB is 244 - color contains mainly: blue. Hex color #8DBFF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBFF4 is #72400B. Grayscale: #B5B5B5. Windows color (decimal): -7487500 or 16039821. OLE color: 16039821.
HSL color Cylindrical-coordinate representation of color #8DBFF4: hue angle of 210.87º 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 #8DBFF4 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 191 | 244 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.04 |
| HSL | 210.87º | 0.82% | 0.75% | - |
| HSV(B) | 210.87º | 0.42% | 0.96% | - |
| XYZ | 45.94 | 49.46 | 92.71 | - |
| YUV | 182.09 | 162.94 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 244 | 0.42 | 0.22 | 0 | 0.04 | 210.87 | 0.82 | 0.75 |
| Hex | 8D | BF | F4 | 2A | 16 | 0 | 4 | D3 | 52 | 4B |
| Octal | 215 | 277 | 364 | 52 | 26 | 0 | 4 | 323 | 122 | 113 |
| Binary | 10001101 | 10111111 | 11110100 | 101010 | 10110 | 0 | 100 | 11010011 | 1010010 | 1001011 |
Color Harmonies of #8DBFF4
Complementary color
Monochromatic Colors of #8DBFF4
Black with #8DBFF4
Text Example
Text Example
White with #8DBFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBFF4; }
p { color: rgb(141,191,244); }
H1.HeaderClassName
{
color: #8DBFF4;
}
.AnyTagClassName
{
color: #8DBFF4;
}
</style>
background-color css
<style>
a { background-color: #8DBFF4; }
a { background-color: rgb(141,191,244); }
div.DivClassName
{
background-color: #8DBFF4;
}
.BgClassName
{
background-color: #8DBFF4;
}
</style>
border-color css
<style>
span { border-color: #8DBFF4; }
span { border-color: rgb(141,191,244); }
td.TdClassName
{
border-color: #8DBFF4;
}
.TagClassName
{
border-color: #8DBFF4;
}
</style>