Shades of Sky Blue #8BDDED
Tints of Sky Blue #8BDDED
RGB
CMYK
RGB Variations
Color information
#8BDDED (or 0x8BDDED) is known color: Sky Blue. HEX triplet: 8B, DD and ED. RGB value is (139,221,237). Sum of RGB (Red+Green+Blue) = 139+221+237=597 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.28% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BDDED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDDED is #742212. Grayscale: #C6C6C6. Windows color (decimal): -7610899 or 15588747. OLE color: 15588747.
HSL color Cylindrical-coordinate representation of color #8BDDED: hue angle of 189.8º degrees, saturation: 0.73, 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 #8BDDED is Cyan = 0.41, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 221 | 237 | - |
| CMYK | 0.41 | 0.07 | 0 | 0.07 |
| HSL | 189.8º | 0.73% | 0.74% | - |
| HSV(B) | 189.8º | 0.41% | 0.93% | - |
| XYZ | 51.79 | 63.32 | 89.61 | - |
| YUV | 198.31 | 149.83 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 221 | 237 | 0.41 | 0.07 | 0 | 0.07 | 189.8 | 0.73 | 0.74 |
| Hex | 8B | DD | ED | 29 | 7 | 0 | 7 | BE | 49 | 4A |
| Octal | 213 | 335 | 355 | 51 | 7 | 0 | 7 | 276 | 111 | 112 |
| Binary | 10001011 | 11011101 | 11101101 | 101001 | 111 | 0 | 111 | 10111110 | 1001001 | 1001010 |
Color Harmonies of #8BDDED
Complementary color
Monochromatic Colors of #8BDDED
Black with #8BDDED
Text Example
Text Example
White with #8BDDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDDED; }
p { color: rgb(139,221,237); }
H1.HeaderClassName
{
color: #8BDDED;
}
.AnyTagClassName
{
color: #8BDDED;
}
</style>
background-color css
<style>
a { background-color: #8BDDED; }
a { background-color: rgb(139,221,237); }
div.DivClassName
{
background-color: #8BDDED;
}
.BgClassName
{
background-color: #8BDDED;
}
</style>
border-color css
<style>
span { border-color: #8BDDED; }
span { border-color: rgb(139,221,237); }
td.TdClassName
{
border-color: #8BDDED;
}
.TagClassName
{
border-color: #8BDDED;
}
</style>