Shades of Sky Blue #8BDFED
Tints of Sky Blue #8BDFED
RGB
CMYK
RGB Variations
Color information
#8BDFED (or 0x8BDFED) is known color: Sky Blue. HEX triplet: 8B, DF and ED. RGB value is (139,223,237). Sum of RGB (Red+Green+Blue) = 139+223+237=599 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.21% from 599); Green value is 223 (87.5% from 255 or 37.23% from 599); Blue value is 237 (92.97% from 255 or 39.57% from 599); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BDFED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDFED is #742012. Grayscale: #C7C7C7. Windows color (decimal): -7610387 or 15589259. OLE color: 15589259.
HSL color Cylindrical-coordinate representation of color #8BDFED: hue angle of 188.57º 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 #8BDFED is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 223 | 237 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.07 |
| HSL | 188.57º | 0.73% | 0.74% | - |
| HSV(B) | 188.57º | 0.41% | 0.93% | - |
| XYZ | 52.32 | 64.38 | 89.79 | - |
| YUV | 199.48 | 149.17 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 237 | 0.41 | 0.06 | 0 | 0.07 | 188.57 | 0.73 | 0.74 |
| Hex | 8B | DF | ED | 29 | 6 | 0 | 7 | BD | 49 | 4A |
| Octal | 213 | 337 | 355 | 51 | 6 | 0 | 7 | 275 | 111 | 112 |
| Binary | 10001011 | 11011111 | 11101101 | 101001 | 110 | 0 | 111 | 10111101 | 1001001 | 1001010 |
Color Harmonies of #8BDFED
Complementary color
Monochromatic Colors of #8BDFED
Black with #8BDFED
Text Example
Text Example
White with #8BDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFED; }
p { color: rgb(139,223,237); }
H1.HeaderClassName
{
color: #8BDFED;
}
.AnyTagClassName
{
color: #8BDFED;
}
</style>
background-color css
<style>
a { background-color: #8BDFED; }
a { background-color: rgb(139,223,237); }
div.DivClassName
{
background-color: #8BDFED;
}
.BgClassName
{
background-color: #8BDFED;
}
</style>
border-color css
<style>
span { border-color: #8BDFED; }
span { border-color: rgb(139,223,237); }
td.TdClassName
{
border-color: #8BDFED;
}
.TagClassName
{
border-color: #8BDFED;
}
</style>