Shades of Sky Blue #8BDCF3
Tints of Sky Blue #8BDCF3
RGB
CMYK
RGB Variations
Color information
#8BDCF3 (or 0x8BDCF3) is known color: Sky Blue. HEX triplet: 8B, DC and F3. RGB value is (139,220,243). Sum of RGB (Red+Green+Blue) = 139+220+243=602 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.09% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #8BDCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDCF3 is #74230C. Grayscale: #C6C6C6. Windows color (decimal): -7611149 or 15981707. OLE color: 15981707.
HSL color Cylindrical-coordinate representation of color #8BDCF3: hue angle of 193.27º 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 #8BDCF3 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 139 | 220 | 243 | - |
| CMYK | 0.43 | 0.09 | 0 | 0.05 |
| HSL | 193.27º | 0.81% | 0.75% | - |
| HSV(B) | 193.27º | 0.43% | 0.95% | - |
| XYZ | 52.42 | 63.15 | 94.22 | - |
| YUV | 198.4 | 153.16 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 220 | 243 | 0.43 | 0.09 | 0 | 0.05 | 193.27 | 0.81 | 0.75 |
| Hex | 8B | DC | F3 | 2B | 9 | 0 | 5 | C1 | 51 | 4B |
| Octal | 213 | 334 | 363 | 53 | 11 | 0 | 5 | 301 | 121 | 113 |
| Binary | 10001011 | 11011100 | 11110011 | 101011 | 1001 | 0 | 101 | 11000001 | 1010001 | 1001011 |
Color Harmonies of #8BDCF3
Complementary color
Monochromatic Colors of #8BDCF3
Black with #8BDCF3
Text Example
Text Example
White with #8BDCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDCF3; }
p { color: rgb(139,220,243); }
H1.HeaderClassName
{
color: #8BDCF3;
}
.AnyTagClassName
{
color: #8BDCF3;
}
</style>
background-color css
<style>
a { background-color: #8BDCF3; }
a { background-color: rgb(139,220,243); }
div.DivClassName
{
background-color: #8BDCF3;
}
.BgClassName
{
background-color: #8BDCF3;
}
</style>
border-color css
<style>
span { border-color: #8BDCF3; }
span { border-color: rgb(139,220,243); }
td.TdClassName
{
border-color: #8BDCF3;
}
.TagClassName
{
border-color: #8BDCF3;
}
</style>