Shades of Light Sky Blue #8DBFF3
Tints of Light Sky Blue #8DBFF3
RGB
CMYK
RGB Variations
Color information
#8DBFF3 (or 0x8DBFF3) is known color: Light Sky Blue. HEX triplet: 8D, BF and F3. RGB value is (141,191,243). Sum of RGB (Red+Green+Blue) = 141+191+243=575 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.52% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 243 - color contains mainly: blue. Hex color #8DBFF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBFF3 is #72400C. Grayscale: #B5B5B5. Windows color (decimal): -7487501 or 15974285. OLE color: 15974285.
HSL color Cylindrical-coordinate representation of color #8DBFF3: hue angle of 210.59º 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 #8DBFF3 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 191 | 243 | - |
| CMYK | 0.42 | 0.21 | 0 | 0.05 |
| HSL | 210.59º | 0.81% | 0.75% | - |
| HSV(B) | 210.59º | 0.42% | 0.95% | - |
| XYZ | 45.79 | 49.4 | 91.91 | - |
| YUV | 181.98 | 162.44 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 191 | 243 | 0.42 | 0.21 | 0 | 0.05 | 210.59 | 0.81 | 0.75 |
| Hex | 8D | BF | F3 | 2A | 15 | 0 | 5 | D3 | 51 | 4B |
| Octal | 215 | 277 | 363 | 52 | 25 | 0 | 5 | 323 | 121 | 113 |
| Binary | 10001101 | 10111111 | 11110011 | 101010 | 10101 | 0 | 101 | 11010011 | 1010001 | 1001011 |
Color Harmonies of #8DBFF3
Complementary color
Monochromatic Colors of #8DBFF3
Black with #8DBFF3
Text Example
Text Example
White with #8DBFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBFF3; }
p { color: rgb(141,191,243); }
H1.HeaderClassName
{
color: #8DBFF3;
}
.AnyTagClassName
{
color: #8DBFF3;
}
</style>
background-color css
<style>
a { background-color: #8DBFF3; }
a { background-color: rgb(141,191,243); }
div.DivClassName
{
background-color: #8DBFF3;
}
.BgClassName
{
background-color: #8DBFF3;
}
</style>
border-color css
<style>
span { border-color: #8DBFF3; }
span { border-color: rgb(141,191,243); }
td.TdClassName
{
border-color: #8DBFF3;
}
.TagClassName
{
border-color: #8DBFF3;
}
</style>