Shades of Sky Blue #8BDFEA
Tints of Sky Blue #8BDFEA
RGB
CMYK
RGB Variations
Color information
#8BDFEA (or 0x8BDFEA) is known color: Sky Blue. HEX triplet: 8B, DF and EA. RGB value is (139,223,234). Sum of RGB (Red+Green+Blue) = 139+223+234=596 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.32% from 596); Green value is 223 (87.5% from 255 or 37.42% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #8BDFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDFEA is #742015. Grayscale: #C7C7C7. Windows color (decimal): -7610390 or 15392651. OLE color: 15392651.
HSL color Cylindrical-coordinate representation of color #8BDFEA: hue angle of 186.95º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BDFEA is Cyan = 0.41, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 139 | 223 | 234 | - |
| CMYK | 0.41 | 0.05 | 0 | 0.08 |
| HSL | 186.95º | 0.69% | 0.73% | - |
| HSV(B) | 186.95º | 0.41% | 0.92% | - |
| XYZ | 51.89 | 64.2 | 87.5 | - |
| YUV | 199.14 | 147.67 | 85.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 234 | 0.41 | 0.05 | 0 | 0.08 | 186.95 | 0.69 | 0.73 |
| Hex | 8B | DF | EA | 29 | 5 | 0 | 8 | BB | 45 | 49 |
| Octal | 213 | 337 | 352 | 51 | 5 | 0 | 10 | 273 | 105 | 111 |
| Binary | 10001011 | 11011111 | 11101010 | 101001 | 101 | 0 | 1000 | 10111011 | 1000101 | 1001001 |
Color Harmonies of #8BDFEA
Complementary color
Monochromatic Colors of #8BDFEA
Black with #8BDFEA
Text Example
Text Example
White with #8BDFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFEA; }
p { color: rgb(139,223,234); }
H1.HeaderClassName
{
color: #8BDFEA;
}
.AnyTagClassName
{
color: #8BDFEA;
}
</style>
background-color css
<style>
a { background-color: #8BDFEA; }
a { background-color: rgb(139,223,234); }
div.DivClassName
{
background-color: #8BDFEA;
}
.BgClassName
{
background-color: #8BDFEA;
}
</style>
border-color css
<style>
span { border-color: #8BDFEA; }
span { border-color: rgb(139,223,234); }
td.TdClassName
{
border-color: #8BDFEA;
}
.TagClassName
{
border-color: #8BDFEA;
}
</style>