Shades of Sky Blue #8BDCEE
Tints of Sky Blue #8BDCEE
RGB
CMYK
RGB Variations
Color information
#8BDCEE (or 0x8BDCEE) is known color: Sky Blue. HEX triplet: 8B, DC and EE. RGB value is (139,220,238). Sum of RGB (Red+Green+Blue) = 139+220+238=597 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.28% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 238 (93.36% from 255 or 39.87% from 597); Max value from RGB is 238 - color contains mainly: blue. Hex color #8BDCEE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDCEE is #742311. Grayscale: #C5C5C5. Windows color (decimal): -7611154 or 15654027. OLE color: 15654027.
HSL color Cylindrical-coordinate representation of color #8BDCEE: hue angle of 190.91º 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 #8BDCEE is Cyan = 0.42, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 139 | 220 | 238 | - |
| CMYK | 0.42 | 0.08 | 0 | 0.07 |
| HSL | 190.91º | 0.74% | 0.74% | - |
| HSV(B) | 190.91º | 0.42% | 0.93% | - |
| XYZ | 51.67 | 62.85 | 90.3 | - |
| YUV | 197.83 | 150.66 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 238 | 0.42 | 0.08 | 0 | 0.07 | 190.91 | 0.74 | 0.74 |
| Hex | 8B | DC | EE | 2A | 8 | 0 | 7 | BF | 4A | 4A |
| Octal | 213 | 334 | 356 | 52 | 10 | 0 | 7 | 277 | 112 | 112 |
| Binary | 10001011 | 11011100 | 11101110 | 101010 | 1000 | 0 | 111 | 10111111 | 1001010 | 1001010 |
Color Harmonies of #8BDCEE
Complementary color
Monochromatic Colors of #8BDCEE
Black with #8BDCEE
Text Example
Text Example
White with #8BDCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDCEE; }
p { color: rgb(139,220,238); }
H1.HeaderClassName
{
color: #8BDCEE;
}
.AnyTagClassName
{
color: #8BDCEE;
}
</style>
background-color css
<style>
a { background-color: #8BDCEE; }
a { background-color: rgb(139,220,238); }
div.DivClassName
{
background-color: #8BDCEE;
}
.BgClassName
{
background-color: #8BDCEE;
}
</style>
border-color css
<style>
span { border-color: #8BDCEE; }
span { border-color: rgb(139,220,238); }
td.TdClassName
{
border-color: #8BDCEE;
}
.TagClassName
{
border-color: #8BDCEE;
}
</style>