Shades of Sky Blue #8BDDEC
Tints of Sky Blue #8BDDEC
RGB
CMYK
RGB Variations
Color information
#8BDDEC (or 0x8BDDEC) is known color: Sky Blue. HEX triplet: 8B, DD and EC. RGB value is (139,221,236). Sum of RGB (Red+Green+Blue) = 139+221+236=596 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.32% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BDDEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDDEC is #742213. Grayscale: #C6C6C6. Windows color (decimal): -7610900 or 15523211. OLE color: 15523211.
HSL color Cylindrical-coordinate representation of color #8BDDEC: hue angle of 189.28º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BDDEC is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 221 | 236 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.07 |
| HSL | 189.28º | 0.72% | 0.74% | - |
| HSV(B) | 189.28º | 0.41% | 0.93% | - |
| XYZ | 51.64 | 63.26 | 88.84 | - |
| YUV | 198.19 | 149.33 | 85.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 236 | 0.41 | 0.06 | 0 | 0.07 | 189.28 | 0.72 | 0.74 |
| Hex | 8B | DD | EC | 29 | 6 | 0 | 7 | BD | 48 | 4A |
| Octal | 213 | 335 | 354 | 51 | 6 | 0 | 7 | 275 | 110 | 112 |
| Binary | 10001011 | 11011101 | 11101100 | 101001 | 110 | 0 | 111 | 10111101 | 1001000 | 1001010 |
Color Harmonies of #8BDDEC
Complementary color
Monochromatic Colors of #8BDDEC
Black with #8BDDEC
Text Example
Text Example
White with #8BDDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDDEC; }
p { color: rgb(139,221,236); }
H1.HeaderClassName
{
color: #8BDDEC;
}
.AnyTagClassName
{
color: #8BDDEC;
}
</style>
background-color css
<style>
a { background-color: #8BDDEC; }
a { background-color: rgb(139,221,236); }
div.DivClassName
{
background-color: #8BDDEC;
}
.BgClassName
{
background-color: #8BDDEC;
}
</style>
border-color css
<style>
span { border-color: #8BDDEC; }
span { border-color: rgb(139,221,236); }
td.TdClassName
{
border-color: #8BDDEC;
}
.TagClassName
{
border-color: #8BDDEC;
}
</style>