Shades of Sky Blue #8BDBF0
Tints of Sky Blue #8BDBF0
RGB
CMYK
RGB Variations
Color information
#8BDBF0 (or 0x8BDBF0) is known color: Sky Blue. HEX triplet: 8B, DB and F0. RGB value is (139,219,240). Sum of RGB (Red+Green+Blue) = 139+219+240=598 (79% of max value = 765). Red value is 139 (54.69% from 255 or 23.24% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #8BDBF0 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8BDBF0 is #74240F. Grayscale: #C5C5C5. Windows color (decimal): -7611408 or 15784843. OLE color: 15784843.
HSL color Cylindrical-coordinate representation of color #8BDBF0: hue angle of 192.48º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8BDBF0 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 139 | 219 | 240 | - |
| CMYK | 0.42 | 0.09 | 0 | 0.06 |
| HSL | 192.48º | 0.77% | 0.74% | - |
| HSV(B) | 192.48º | 0.42% | 0.94% | - |
| XYZ | 51.71 | 62.44 | 91.77 | - |
| YUV | 197.47 | 152 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 219 | 240 | 0.42 | 0.09 | 0 | 0.06 | 192.48 | 0.77 | 0.74 |
| Hex | 8B | DB | F0 | 2A | 9 | 0 | 6 | C0 | 4D | 4A |
| Octal | 213 | 333 | 360 | 52 | 11 | 0 | 6 | 300 | 115 | 112 |
| Binary | 10001011 | 11011011 | 11110000 | 101010 | 1001 | 0 | 110 | 11000000 | 1001101 | 1001010 |
Color Harmonies of #8BDBF0
Complementary color
Monochromatic Colors of #8BDBF0
Black with #8BDBF0
Text Example
Text Example
White with #8BDBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BDBF0; }
p { color: rgb(139,219,240); }
H1.HeaderClassName
{
color: #8BDBF0;
}
.AnyTagClassName
{
color: #8BDBF0;
}
</style>
background-color css
<style>
a { background-color: #8BDBF0; }
a { background-color: rgb(139,219,240); }
div.DivClassName
{
background-color: #8BDBF0;
}
.BgClassName
{
background-color: #8BDBF0;
}
</style>
border-color css
<style>
span { border-color: #8BDBF0; }
span { border-color: rgb(139,219,240); }
td.TdClassName
{
border-color: #8BDBF0;
}
.TagClassName
{
border-color: #8BDBF0;
}
</style>