Shades of Deep Sky Blue #08B0FF
Tints of Deep Sky Blue #08B0FF
RGB
CMYK
RGB Variations
Color information
#08B0FF (or 0x08B0FF) is known color: Deep Sky Blue. HEX triplet: 08, B0 and FF. RGB value is (8,176,255). Sum of RGB (Red+Green+Blue) = 8+176+255=439 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.82% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #08B0FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #08B0FF is #F74F00. Grayscale: #868686. Windows color (decimal): -16207617 or 16756744. OLE color: 16756744.
HSL color Cylindrical-coordinate representation of color #08B0FF: hue angle of 199.19º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08B0FF is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 176 | 255 | - |
| CMYK | 0.97 | 0.31 | 0 | 0 |
| HSL | 199.19º | 1% | 0.52% | - |
| HSV(B) | 199.19º | 0.97% | 1% | - |
| XYZ | 33.68 | 38.32 | 100.23 | - |
| YUV | 134.77 | 195.84 | 37.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 176 | 255 | 0.97 | 0.31 | 0 | 0 | 199.19 | 1 | 0.52 |
| Hex | 8 | B0 | FF | 61 | 1F | 0 | 0 | C7 | 64 | 34 |
| Octal | 10 | 260 | 377 | 141 | 37 | 0 | 0 | 307 | 144 | 64 |
| Binary | 1000 | 10110000 | 11111111 | 1100001 | 11111 | 0 | 0 | 11000111 | 1100100 | 110100 |
Color Harmonies of #08B0FF
Complementary color
Monochromatic Colors of #08B0FF
Black with #08B0FF
Text Example
Text Example
White with #08B0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B0FF; }
p { color: rgb(8,176,255); }
H1.HeaderClassName
{
color: #08B0FF;
}
.AnyTagClassName
{
color: #08B0FF;
}
</style>
background-color css
<style>
a { background-color: #08B0FF; }
a { background-color: rgb(8,176,255); }
div.DivClassName
{
background-color: #08B0FF;
}
.BgClassName
{
background-color: #08B0FF;
}
</style>
border-color css
<style>
span { border-color: #08B0FF; }
span { border-color: rgb(8,176,255); }
td.TdClassName
{
border-color: #08B0FF;
}
.TagClassName
{
border-color: #08B0FF;
}
</style>