Shades of Sky Blue #8BDDEA
Tints of Sky Blue #8BDDEA
RGB
CMYK
RGB Variations
Color information
#8BDDEA (or 0x8BDDEA) is known color: Sky Blue. HEX triplet: 8B, DD and EA. RGB value is (139,221,234). Sum of RGB (Red+Green+Blue) = 139+221+234=594 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.40% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BDDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDDEA is #742215. Grayscale: #C5C5C5. Windows color (decimal): -7610902 or 15392139. OLE color: 15392139.
HSL color Cylindrical-coordinate representation of color #8BDDEA: hue angle of 188.21º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BDDEA is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 221 | 234 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.08 |
| HSL | 188.21º | 0.69% | 0.73% | - |
| HSV(B) | 188.21º | 0.41% | 0.92% | - |
| XYZ | 51.36 | 63.14 | 87.32 | - |
| YUV | 197.96 | 148.33 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 234 | 0.41 | 0.06 | 0 | 0.08 | 188.21 | 0.69 | 0.73 |
| Hex | 8B | DD | EA | 29 | 6 | 0 | 8 | BC | 45 | 49 |
| Octal | 213 | 335 | 352 | 51 | 6 | 0 | 10 | 274 | 105 | 111 |
| Binary | 10001011 | 11011101 | 11101010 | 101001 | 110 | 0 | 1000 | 10111100 | 1000101 | 1001001 |
Color Harmonies of #8BDDEA
Complementary color
Monochromatic Colors of #8BDDEA
Black with #8BDDEA
Text Example
Text Example
White with #8BDDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDDEA; }
p { color: rgb(139,221,234); }
H1.HeaderClassName
{
color: #8BDDEA;
}
.AnyTagClassName
{
color: #8BDDEA;
}
</style>
background-color css
<style>
a { background-color: #8BDDEA; }
a { background-color: rgb(139,221,234); }
div.DivClassName
{
background-color: #8BDDEA;
}
.BgClassName
{
background-color: #8BDDEA;
}
</style>
border-color css
<style>
span { border-color: #8BDDEA; }
span { border-color: rgb(139,221,234); }
td.TdClassName
{
border-color: #8BDDEA;
}
.TagClassName
{
border-color: #8BDDEA;
}
</style>