Shades of Light Sky Blue #8DBDFE
Tints of Light Sky Blue #8DBDFE
RGB
CMYK
RGB Variations
Color information
#8DBDFE (or 0x8DBDFE) is known color: Light Sky Blue. HEX triplet: 8D, BD and FE. RGB value is (141,189,254). Sum of RGB (Red+Green+Blue) = 141+189+254=584 (77% of max value = 765). Red value is 141 (55.47% from 255 or 24.14% from 584); Green value is 189 (74.22% from 255 or 32.36% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DBDFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBDFE is #724201. Grayscale: #B5B5B5. Windows color (decimal): -7488002 or 16694669. OLE color: 16694669.
HSL color Cylindrical-coordinate representation of color #8DBDFE: hue angle of 214.51º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DBDFE is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 141 | 189 | 254 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.00 |
| HSL | 214.51º | 0.98% | 0.77% | - |
| HSV(B) | 214.51º | 0.44% | 1% | - |
| XYZ | 47.07 | 49.21 | 100.78 | - |
| YUV | 182.06 | 168.6 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 254 | 0.44 | 0.26 | 0 | 0.00 | 214.51 | 0.98 | 0.77 |
| Hex | 8D | BD | FE | 2C | 1A | 0 | 0 | D7 | 62 | 4D |
| Octal | 215 | 275 | 376 | 54 | 32 | 0 | 0 | 327 | 142 | 115 |
| Binary | 10001101 | 10111101 | 11111110 | 101100 | 11010 | 0 | 0 | 11010111 | 1100010 | 1001101 |
Color Harmonies of #8DBDFE
Complementary color
Monochromatic Colors of #8DBDFE
Black with #8DBDFE
Text Example
Text Example
White with #8DBDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDFE; }
p { color: rgb(141,189,254); }
H1.HeaderClassName
{
color: #8DBDFE;
}
.AnyTagClassName
{
color: #8DBDFE;
}
</style>
background-color css
<style>
a { background-color: #8DBDFE; }
a { background-color: rgb(141,189,254); }
div.DivClassName
{
background-color: #8DBDFE;
}
.BgClassName
{
background-color: #8DBDFE;
}
</style>
border-color css
<style>
span { border-color: #8DBDFE; }
span { border-color: rgb(141,189,254); }
td.TdClassName
{
border-color: #8DBDFE;
}
.TagClassName
{
border-color: #8DBDFE;
}
</style>