Shades of Sky Blue #8BDAEE
Tints of Sky Blue #8BDAEE
RGB
CMYK
RGB Variations
Color information
#8BDAEE (or 0x8BDAEE) is known color: Sky Blue. HEX triplet: 8B, DA and EE. RGB value is (139,218,238). Sum of RGB (Red+Green+Blue) = 139+218+238=595 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.36% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BDAEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDAEE is #742511. Grayscale: #C4C4C4. Windows color (decimal): -7611666 or 15653515. OLE color: 15653515.
HSL color Cylindrical-coordinate representation of color #8BDAEE: hue angle of 192.12º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BDAEE is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 218 | 238 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.07 |
| HSL | 192.12º | 0.74% | 0.74% | - |
| HSV(B) | 192.12º | 0.42% | 0.93% | - |
| XYZ | 51.15 | 61.8 | 90.12 | - |
| YUV | 196.66 | 151.33 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 218 | 238 | 0.42 | 0.08 | 0 | 0.07 | 192.12 | 0.74 | 0.74 |
| Hex | 8B | DA | EE | 2A | 8 | 0 | 7 | C0 | 4A | 4A |
| Octal | 213 | 332 | 356 | 52 | 10 | 0 | 7 | 300 | 112 | 112 |
| Binary | 10001011 | 11011010 | 11101110 | 101010 | 1000 | 0 | 111 | 11000000 | 1001010 | 1001010 |
Color Harmonies of #8BDAEE
Complementary color
Monochromatic Colors of #8BDAEE
Black with #8BDAEE
Text Example
Text Example
White with #8BDAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDAEE; }
p { color: rgb(139,218,238); }
H1.HeaderClassName
{
color: #8BDAEE;
}
.AnyTagClassName
{
color: #8BDAEE;
}
</style>
background-color css
<style>
a { background-color: #8BDAEE; }
a { background-color: rgb(139,218,238); }
div.DivClassName
{
background-color: #8BDAEE;
}
.BgClassName
{
background-color: #8BDAEE;
}
</style>
border-color css
<style>
span { border-color: #8BDAEE; }
span { border-color: rgb(139,218,238); }
td.TdClassName
{
border-color: #8BDAEE;
}
.TagClassName
{
border-color: #8BDAEE;
}
</style>