Shades of Sky Blue #8BDFEE
Tints of Sky Blue #8BDFEE
RGB
CMYK
RGB Variations
Color information
#8BDFEE (or 0x8BDFEE) is known color: Sky Blue. HEX triplet: 8B, DF and EE. RGB value is (139,223,238). Sum of RGB (Red+Green+Blue) = 139+223+238=600 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.17% from 600); Green value is 223 (87.5% from 255 or 37.17% from 600); Blue value is 238 (93.36% from 255 or 39.67% from 600); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BDFEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDFEE is #742011. Grayscale: #C7C7C7. Windows color (decimal): -7610386 or 15654795. OLE color: 15654795.
HSL color Cylindrical-coordinate representation of color #8BDFEE: hue angle of 189.09º 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 #8BDFEE is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 223 | 238 | - |
| CMYK | 0.42 | 0.06 | 0 | 0.07 |
| HSL | 189.09º | 0.74% | 0.74% | - |
| HSV(B) | 189.09º | 0.42% | 0.93% | - |
| XYZ | 52.47 | 64.44 | 90.56 | - |
| YUV | 199.59 | 149.67 | 84.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 238 | 0.42 | 0.06 | 0 | 0.07 | 189.09 | 0.74 | 0.74 |
| Hex | 8B | DF | EE | 2A | 6 | 0 | 7 | BD | 4A | 4A |
| Octal | 213 | 337 | 356 | 52 | 6 | 0 | 7 | 275 | 112 | 112 |
| Binary | 10001011 | 11011111 | 11101110 | 101010 | 110 | 0 | 111 | 10111101 | 1001010 | 1001010 |
Color Harmonies of #8BDFEE
Complementary color
Monochromatic Colors of #8BDFEE
Black with #8BDFEE
Text Example
Text Example
White with #8BDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFEE; }
p { color: rgb(139,223,238); }
H1.HeaderClassName
{
color: #8BDFEE;
}
.AnyTagClassName
{
color: #8BDFEE;
}
</style>
background-color css
<style>
a { background-color: #8BDFEE; }
a { background-color: rgb(139,223,238); }
div.DivClassName
{
background-color: #8BDFEE;
}
.BgClassName
{
background-color: #8BDFEE;
}
</style>
border-color css
<style>
span { border-color: #8BDFEE; }
span { border-color: rgb(139,223,238); }
td.TdClassName
{
border-color: #8BDFEE;
}
.TagClassName
{
border-color: #8BDFEE;
}
</style>