Shades of Sky Blue #8BDBEE
Tints of Sky Blue #8BDBEE
RGB
CMYK
RGB Variations
Color information
#8BDBEE (or 0x8BDBEE) is known color: Sky Blue. HEX triplet: 8B, DB and EE. RGB value is (139,219,238). Sum of RGB (Red+Green+Blue) = 139+219+238=596 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.32% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BDBEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDBEE is #742411. Grayscale: #C5C5C5. Windows color (decimal): -7611410 or 15653771. OLE color: 15653771.
HSL color Cylindrical-coordinate representation of color #8BDBEE: hue angle of 191.52º 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 #8BDBEE is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 219 | 238 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.07 |
| HSL | 191.52º | 0.74% | 0.74% | - |
| HSV(B) | 191.52º | 0.42% | 0.93% | - |
| XYZ | 51.41 | 62.33 | 90.21 | - |
| YUV | 197.25 | 151 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 238 | 0.42 | 0.08 | 0 | 0.07 | 191.52 | 0.74 | 0.74 |
| Hex | 8B | DB | EE | 2A | 8 | 0 | 7 | C0 | 4A | 4A |
| Octal | 213 | 333 | 356 | 52 | 10 | 0 | 7 | 300 | 112 | 112 |
| Binary | 10001011 | 11011011 | 11101110 | 101010 | 1000 | 0 | 111 | 11000000 | 1001010 | 1001010 |
Color Harmonies of #8BDBEE
Complementary color
Monochromatic Colors of #8BDBEE
Black with #8BDBEE
Text Example
Text Example
White with #8BDBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBEE; }
p { color: rgb(139,219,238); }
H1.HeaderClassName
{
color: #8BDBEE;
}
.AnyTagClassName
{
color: #8BDBEE;
}
</style>
background-color css
<style>
a { background-color: #8BDBEE; }
a { background-color: rgb(139,219,238); }
div.DivClassName
{
background-color: #8BDBEE;
}
.BgClassName
{
background-color: #8BDBEE;
}
</style>
border-color css
<style>
span { border-color: #8BDBEE; }
span { border-color: rgb(139,219,238); }
td.TdClassName
{
border-color: #8BDBEE;
}
.TagClassName
{
border-color: #8BDBEE;
}
</style>