Shades of Sky Blue #8BDFEC
Tints of Sky Blue #8BDFEC
RGB
CMYK
RGB Variations
Color information
#8BDFEC (or 0x8BDFEC) is known color: Sky Blue. HEX triplet: 8B, DF and EC. RGB value is (139,223,236). Sum of RGB (Red+Green+Blue) = 139+223+236=598 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.24% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 236 (92.58% from 255 or 39.46% from 598); Max value from RGB is 236 - color contains mainly: blue. Hex color #8BDFEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDFEC is #742013. Grayscale: #C7C7C7. Windows color (decimal): -7610388 or 15523723. OLE color: 15523723.
HSL color Cylindrical-coordinate representation of color #8BDFEC: hue angle of 188.04º degrees, saturation: 0.72, 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 #8BDFEC is Cyan = 0.41, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 223 | 236 | - |
| CMYK | 0.41 | 0.06 | 0 | 0.07 |
| HSL | 188.04º | 0.72% | 0.74% | - |
| HSV(B) | 188.04º | 0.41% | 0.93% | - |
| XYZ | 52.18 | 64.32 | 89.02 | - |
| YUV | 199.37 | 148.67 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 236 | 0.41 | 0.06 | 0 | 0.07 | 188.04 | 0.72 | 0.74 |
| Hex | 8B | DF | EC | 29 | 6 | 0 | 7 | BC | 48 | 4A |
| Octal | 213 | 337 | 354 | 51 | 6 | 0 | 7 | 274 | 110 | 112 |
| Binary | 10001011 | 11011111 | 11101100 | 101001 | 110 | 0 | 111 | 10111100 | 1001000 | 1001010 |
Color Harmonies of #8BDFEC
Complementary color
Monochromatic Colors of #8BDFEC
Black with #8BDFEC
Text Example
Text Example
White with #8BDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFEC; }
p { color: rgb(139,223,236); }
H1.HeaderClassName
{
color: #8BDFEC;
}
.AnyTagClassName
{
color: #8BDFEC;
}
</style>
background-color css
<style>
a { background-color: #8BDFEC; }
a { background-color: rgb(139,223,236); }
div.DivClassName
{
background-color: #8BDFEC;
}
.BgClassName
{
background-color: #8BDFEC;
}
</style>
border-color css
<style>
span { border-color: #8BDFEC; }
span { border-color: rgb(139,223,236); }
td.TdClassName
{
border-color: #8BDFEC;
}
.TagClassName
{
border-color: #8BDFEC;
}
</style>