Shades of Deep Sky Blue #08BFF0
Tints of Deep Sky Blue #08BFF0
RGB
CMYK
RGB Variations
Color information
#08BFF0 (or 0x08BFF0) is known color: Deep Sky Blue. HEX triplet: 08, BF and F0. RGB value is (8,191,240). Sum of RGB (Red+Green+Blue) = 8+191+240=439 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.82% from 439); Green value is 191 (75% from 255 or 43.51% from 439); Blue value is 240 (94.14% from 255 or 54.67% from 439); Max value from RGB is 240 - color contains mainly: blue. Hex color #08BFF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BFF0 is #F7400F. Grayscale: #8D8D8D. Windows color (decimal): -16203792 or 15777544. OLE color: 15777544.
HSL color Cylindrical-coordinate representation of color #08BFF0: hue angle of 192.67º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08BFF0 is Cyan = 0.97, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 8 | 191 | 240 | - |
| CMYK | 0.97 | 0.20 | 0 | 0.06 |
| HSL | 192.67º | 0.94% | 0.49% | - |
| HSV(B) | 192.67º | 0.97% | 0.94% | - |
| XYZ | 34.46 | 43.6 | 89.04 | - |
| YUV | 141.87 | 183.37 | 32.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 191 | 240 | 0.97 | 0.20 | 0 | 0.06 | 192.67 | 0.94 | 0.49 |
| Hex | 8 | BF | F0 | 61 | 14 | 0 | 6 | C1 | 5E | 31 |
| Octal | 10 | 277 | 360 | 141 | 24 | 0 | 6 | 301 | 136 | 61 |
| Binary | 1000 | 10111111 | 11110000 | 1100001 | 10100 | 0 | 110 | 11000001 | 1011110 | 110001 |
Color Harmonies of #08BFF0
Complementary color
Monochromatic Colors of #08BFF0
Black with #08BFF0
Text Example
Text Example
White with #08BFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BFF0; }
p { color: rgb(8,191,240); }
H1.HeaderClassName
{
color: #08BFF0;
}
.AnyTagClassName
{
color: #08BFF0;
}
</style>
background-color css
<style>
a { background-color: #08BFF0; }
a { background-color: rgb(8,191,240); }
div.DivClassName
{
background-color: #08BFF0;
}
.BgClassName
{
background-color: #08BFF0;
}
</style>
border-color css
<style>
span { border-color: #08BFF0; }
span { border-color: rgb(8,191,240); }
td.TdClassName
{
border-color: #08BFF0;
}
.TagClassName
{
border-color: #08BFF0;
}
</style>