Shades of Sky Blue #8BD7F3
Tints of Sky Blue #8BD7F3
RGB
CMYK
RGB Variations
Color information
#8BD7F3 (or 0x8BD7F3) is known color: Sky Blue. HEX triplet: 8B, D7 and F3. RGB value is (139,215,243). Sum of RGB (Red+Green+Blue) = 139+215+243=597 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.28% from 597); Green value is 215 (84.38% from 255 or 36.01% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #8BD7F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BD7F3 is #74280C. Grayscale: #C3C3C3. Windows color (decimal): -7612429 or 15980427. OLE color: 15980427.
HSL color Cylindrical-coordinate representation of color #8BD7F3: hue angle of 196.15º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8BD7F3 is Cyan = 0.43, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 215 | 243 | - |
| CMYK | 0.43 | 0.12 | 0 | 0.05 |
| HSL | 196.15º | 0.81% | 0.75% | - |
| HSV(B) | 196.15º | 0.43% | 0.95% | - |
| XYZ | 51.13 | 60.56 | 93.79 | - |
| YUV | 195.47 | 154.82 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 215 | 243 | 0.43 | 0.12 | 0 | 0.05 | 196.15 | 0.81 | 0.75 |
| Hex | 8B | D7 | F3 | 2B | C | 0 | 5 | C4 | 51 | 4B |
| Octal | 213 | 327 | 363 | 53 | 14 | 0 | 5 | 304 | 121 | 113 |
| Binary | 10001011 | 11010111 | 11110011 | 101011 | 1100 | 0 | 101 | 11000100 | 1010001 | 1001011 |
Color Harmonies of #8BD7F3
Complementary color
Monochromatic Colors of #8BD7F3
Black with #8BD7F3
Text Example
Text Example
White with #8BD7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BD7F3; }
p { color: rgb(139,215,243); }
H1.HeaderClassName
{
color: #8BD7F3;
}
.AnyTagClassName
{
color: #8BD7F3;
}
</style>
background-color css
<style>
a { background-color: #8BD7F3; }
a { background-color: rgb(139,215,243); }
div.DivClassName
{
background-color: #8BD7F3;
}
.BgClassName
{
background-color: #8BD7F3;
}
</style>
border-color css
<style>
span { border-color: #8BD7F3; }
span { border-color: rgb(139,215,243); }
td.TdClassName
{
border-color: #8BD7F3;
}
.TagClassName
{
border-color: #8BD7F3;
}
</style>