Shades of Sky Blue #8BDEF5
Tints of Sky Blue #8BDEF5
RGB
CMYK
RGB Variations
Color information
#8BDEF5 (or 0x8BDEF5) is known color: Sky Blue. HEX triplet: 8B, DE and F5. RGB value is (139,222,245). Sum of RGB (Red+Green+Blue) = 139+222+245=606 (80% of max value = 765). Red value is 139 (54.69% from 255 or 22.94% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 245 (96.09% from 255 or 40.43% from 606); Max value from RGB is 245 - color contains mainly: blue. Hex color #8BDEF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDEF5 is #74210A. Grayscale: #C7C7C7. Windows color (decimal): -7610635 or 16113291. OLE color: 16113291.
HSL color Cylindrical-coordinate representation of color #8BDEF5: hue angle of 193.02º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BDEF5 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 139 | 222 | 245 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.04 |
| HSL | 193.02º | 0.84% | 0.75% | - |
| HSV(B) | 193.02º | 0.43% | 0.96% | - |
| XYZ | 53.25 | 64.32 | 96 | - |
| YUV | 199.81 | 153.5 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 222 | 245 | 0.43 | 0.09 | 0 | 0.04 | 193.02 | 0.84 | 0.75 |
| Hex | 8B | DE | F5 | 2B | 9 | 0 | 4 | C1 | 54 | 4B |
| Octal | 213 | 336 | 365 | 53 | 11 | 0 | 4 | 301 | 124 | 113 |
| Binary | 10001011 | 11011110 | 11110101 | 101011 | 1001 | 0 | 100 | 11000001 | 1010100 | 1001011 |
Color Harmonies of #8BDEF5
Complementary color
Monochromatic Colors of #8BDEF5
Black with #8BDEF5
Text Example
Text Example
White with #8BDEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDEF5; }
p { color: rgb(139,222,245); }
H1.HeaderClassName
{
color: #8BDEF5;
}
.AnyTagClassName
{
color: #8BDEF5;
}
</style>
background-color css
<style>
a { background-color: #8BDEF5; }
a { background-color: rgb(139,222,245); }
div.DivClassName
{
background-color: #8BDEF5;
}
.BgClassName
{
background-color: #8BDEF5;
}
</style>
border-color css
<style>
span { border-color: #8BDEF5; }
span { border-color: rgb(139,222,245); }
td.TdClassName
{
border-color: #8BDEF5;
}
.TagClassName
{
border-color: #8BDEF5;
}
</style>