Shades of Light Sky Blue #8DBDF3
Tints of Light Sky Blue #8DBDF3
RGB
CMYK
RGB Variations
Color information
#8DBDF3 (or 0x8DBDF3) is known color: Light Sky Blue. HEX triplet: 8D, BD and F3. RGB value is (141,189,243). Sum of RGB (Red+Green+Blue) = 141+189+243=573 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.61% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 243 (95.31% from 255 or 42.41% from 573); Max value from RGB is 243 - color contains mainly: blue. Hex color #8DBDF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBDF3 is #72420C. Grayscale: #B4B4B4. Windows color (decimal): -7488013 or 15973773. OLE color: 15973773.
HSL color Cylindrical-coordinate representation of color #8DBDF3: hue angle of 211.76º 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 #8DBDF3 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 189 | 243 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.05 |
| HSL | 211.76º | 0.81% | 0.75% | - |
| HSV(B) | 211.76º | 0.42% | 0.95% | - |
| XYZ | 45.36 | 48.53 | 91.77 | - |
| YUV | 180.8 | 163.1 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 243 | 0.42 | 0.22 | 0 | 0.05 | 211.76 | 0.81 | 0.75 |
| Hex | 8D | BD | F3 | 2A | 16 | 0 | 5 | D4 | 51 | 4B |
| Octal | 215 | 275 | 363 | 52 | 26 | 0 | 5 | 324 | 121 | 113 |
| Binary | 10001101 | 10111101 | 11110011 | 101010 | 10110 | 0 | 101 | 11010100 | 1010001 | 1001011 |
Color Harmonies of #8DBDF3
Complementary color
Monochromatic Colors of #8DBDF3
Black with #8DBDF3
Text Example
Text Example
White with #8DBDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDF3; }
p { color: rgb(141,189,243); }
H1.HeaderClassName
{
color: #8DBDF3;
}
.AnyTagClassName
{
color: #8DBDF3;
}
</style>
background-color css
<style>
a { background-color: #8DBDF3; }
a { background-color: rgb(141,189,243); }
div.DivClassName
{
background-color: #8DBDF3;
}
.BgClassName
{
background-color: #8DBDF3;
}
</style>
border-color css
<style>
span { border-color: #8DBDF3; }
span { border-color: rgb(141,189,243); }
td.TdClassName
{
border-color: #8DBDF3;
}
.TagClassName
{
border-color: #8DBDF3;
}
</style>