Shades of Light Sky Blue #8DBDF2
Tints of Light Sky Blue #8DBDF2
RGB
CMYK
RGB Variations
Color information
#8DBDF2 (or 0x8DBDF2) is known color: Light Sky Blue. HEX triplet: 8D, BD and F2. RGB value is (141,189,242). Sum of RGB (Red+Green+Blue) = 141+189+242=572 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.65% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 242 (94.92% from 255 or 42.31% from 572); Max value from RGB is 242 - color contains mainly: blue. Hex color #8DBDF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBDF2 is #72420D. Grayscale: #B4B4B4. Windows color (decimal): -7488014 or 15908237. OLE color: 15908237.
HSL color Cylindrical-coordinate representation of color #8DBDF2: hue angle of 211.49º degrees, saturation: 0.8, 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 #8DBDF2 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 141 | 189 | 242 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.05 |
| HSL | 211.49º | 0.8% | 0.75% | - |
| HSV(B) | 211.49º | 0.42% | 0.95% | - |
| XYZ | 45.21 | 48.47 | 90.98 | - |
| YUV | 180.69 | 162.6 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 242 | 0.42 | 0.22 | 0 | 0.05 | 211.49 | 0.8 | 0.75 |
| Hex | 8D | BD | F2 | 2A | 16 | 0 | 5 | D3 | 50 | 4B |
| Octal | 215 | 275 | 362 | 52 | 26 | 0 | 5 | 323 | 120 | 113 |
| Binary | 10001101 | 10111101 | 11110010 | 101010 | 10110 | 0 | 101 | 11010011 | 1010000 | 1001011 |
Color Harmonies of #8DBDF2
Complementary color
Monochromatic Colors of #8DBDF2
Black with #8DBDF2
Text Example
Text Example
White with #8DBDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDF2; }
p { color: rgb(141,189,242); }
H1.HeaderClassName
{
color: #8DBDF2;
}
.AnyTagClassName
{
color: #8DBDF2;
}
</style>
background-color css
<style>
a { background-color: #8DBDF2; }
a { background-color: rgb(141,189,242); }
div.DivClassName
{
background-color: #8DBDF2;
}
.BgClassName
{
background-color: #8DBDF2;
}
</style>
border-color css
<style>
span { border-color: #8DBDF2; }
span { border-color: rgb(141,189,242); }
td.TdClassName
{
border-color: #8DBDF2;
}
.TagClassName
{
border-color: #8DBDF2;
}
</style>