Shades of Light Sky Blue #8DBDF4
Tints of Light Sky Blue #8DBDF4
RGB
CMYK
RGB Variations
Color information
#8DBDF4 (or 0x8DBDF4) is known color: Light Sky Blue. HEX triplet: 8D, BD and F4. RGB value is (141,189,244). Sum of RGB (Red+Green+Blue) = 141+189+244=574 (76% of max value = 765). Red value is 141 (55.47% from 255 or 24.56% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 244 (95.70% from 255 or 42.51% from 574); Max value from RGB is 244 - color contains mainly: blue. Hex color #8DBDF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8DBDF4 is #72420B. Grayscale: #B4B4B4. Windows color (decimal): -7488012 or 16039309. OLE color: 16039309.
HSL color Cylindrical-coordinate representation of color #8DBDF4: hue angle of 212.04º 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 #8DBDF4 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 189 | 244 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.04 |
| HSL | 212.04º | 0.82% | 0.75% | - |
| HSV(B) | 212.04º | 0.42% | 0.96% | - |
| XYZ | 45.51 | 48.59 | 92.57 | - |
| YUV | 180.92 | 163.6 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 189 | 244 | 0.42 | 0.23 | 0 | 0.04 | 212.04 | 0.82 | 0.75 |
| Hex | 8D | BD | F4 | 2A | 17 | 0 | 4 | D4 | 52 | 4B |
| Octal | 215 | 275 | 364 | 52 | 27 | 0 | 4 | 324 | 122 | 113 |
| Binary | 10001101 | 10111101 | 11110100 | 101010 | 10111 | 0 | 100 | 11010100 | 1010010 | 1001011 |
Color Harmonies of #8DBDF4
Complementary color
Monochromatic Colors of #8DBDF4
Black with #8DBDF4
Text Example
Text Example
White with #8DBDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DBDF4; }
p { color: rgb(141,189,244); }
H1.HeaderClassName
{
color: #8DBDF4;
}
.AnyTagClassName
{
color: #8DBDF4;
}
</style>
background-color css
<style>
a { background-color: #8DBDF4; }
a { background-color: rgb(141,189,244); }
div.DivClassName
{
background-color: #8DBDF4;
}
.BgClassName
{
background-color: #8DBDF4;
}
</style>
border-color css
<style>
span { border-color: #8DBDF4; }
span { border-color: rgb(141,189,244); }
td.TdClassName
{
border-color: #8DBDF4;
}
.TagClassName
{
border-color: #8DBDF4;
}
</style>