Shades of Sky Blue #8BD5F1
Tints of Sky Blue #8BD5F1
RGB
CMYK
RGB Variations
Color information
#8BD5F1 (or 0x8BD5F1) is known color: Sky Blue. HEX triplet: 8B, D5 and F1. RGB value is (139,213,241). Sum of RGB (Red+Green+Blue) = 139+213+241=593 (78% of max value = 765). Red value is 139 (54.69% from 255 or 23.44% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #8BD5F1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD5F1 is #742A0E. Grayscale: #C1C1C1. Windows color (decimal): -7612943 or 15848843. OLE color: 15848843.
HSL color Cylindrical-coordinate representation of color #8BD5F1: hue angle of 196.47º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BD5F1 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 213 | 241 | - |
| CMYK | 0.42 | 0.12 | 0 | 0.05 |
| HSL | 196.47º | 0.78% | 0.75% | - |
| HSV(B) | 196.47º | 0.42% | 0.95% | - |
| XYZ | 50.32 | 59.43 | 92.04 | - |
| YUV | 194.07 | 154.48 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 213 | 241 | 0.42 | 0.12 | 0 | 0.05 | 196.47 | 0.78 | 0.75 |
| Hex | 8B | D5 | F1 | 2A | C | 0 | 5 | C4 | 4E | 4B |
| Octal | 213 | 325 | 361 | 52 | 14 | 0 | 5 | 304 | 116 | 113 |
| Binary | 10001011 | 11010101 | 11110001 | 101010 | 1100 | 0 | 101 | 11000100 | 1001110 | 1001011 |
Color Harmonies of #8BD5F1
Complementary color
Monochromatic Colors of #8BD5F1
Black with #8BD5F1
Text Example
Text Example
White with #8BD5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD5F1; }
p { color: rgb(139,213,241); }
H1.HeaderClassName
{
color: #8BD5F1;
}
.AnyTagClassName
{
color: #8BD5F1;
}
</style>
background-color css
<style>
a { background-color: #8BD5F1; }
a { background-color: rgb(139,213,241); }
div.DivClassName
{
background-color: #8BD5F1;
}
.BgClassName
{
background-color: #8BD5F1;
}
</style>
border-color css
<style>
span { border-color: #8BD5F1; }
span { border-color: rgb(139,213,241); }
td.TdClassName
{
border-color: #8BD5F1;
}
.TagClassName
{
border-color: #8BD5F1;
}
</style>