Shades of Sky Blue #8BDFEF
Tints of Sky Blue #8BDFEF
RGB
CMYK
RGB Variations
Color information
#8BDFEF (or 0x8BDFEF) is known color: Sky Blue. HEX triplet: 8B, DF and EF. RGB value is (139,223,239). Sum of RGB (Red+Green+Blue) = 139+223+239=601 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.13% from 601); Green value is 223 (87.5% from 255 or 37.10% from 601); Blue value is 239 (93.75% from 255 or 39.77% from 601); Max value from RGB is 239 - color contains mainly: blue. Hex color #8BDFEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDFEF is #742010. Grayscale: #C7C7C7. Windows color (decimal): -7610385 or 15720331. OLE color: 15720331.
HSL color Cylindrical-coordinate representation of color #8BDFEF: hue angle of 189.6º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BDFEF is Cyan = 0.42, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 223 | 239 | - |
| CMYK | 0.42 | 0.07 | 0 | 0.06 |
| HSL | 189.6º | 0.76% | 0.74% | - |
| HSV(B) | 189.6º | 0.42% | 0.94% | - |
| XYZ | 52.62 | 64.5 | 91.34 | - |
| YUV | 199.71 | 150.17 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 223 | 239 | 0.42 | 0.07 | 0 | 0.06 | 189.6 | 0.76 | 0.74 |
| Hex | 8B | DF | EF | 2A | 7 | 0 | 6 | BE | 4C | 4A |
| Octal | 213 | 337 | 357 | 52 | 7 | 0 | 6 | 276 | 114 | 112 |
| Binary | 10001011 | 11011111 | 11101111 | 101010 | 111 | 0 | 110 | 10111110 | 1001100 | 1001010 |
Color Harmonies of #8BDFEF
Complementary color
Monochromatic Colors of #8BDFEF
Black with #8BDFEF
Text Example
Text Example
White with #8BDFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDFEF; }
p { color: rgb(139,223,239); }
H1.HeaderClassName
{
color: #8BDFEF;
}
.AnyTagClassName
{
color: #8BDFEF;
}
</style>
background-color css
<style>
a { background-color: #8BDFEF; }
a { background-color: rgb(139,223,239); }
div.DivClassName
{
background-color: #8BDFEF;
}
.BgClassName
{
background-color: #8BDFEF;
}
</style>
border-color css
<style>
span { border-color: #8BDFEF; }
span { border-color: rgb(139,223,239); }
td.TdClassName
{
border-color: #8BDFEF;
}
.TagClassName
{
border-color: #8BDFEF;
}
</style>