Shades of Deep Sky Blue #09BFF0
Tints of Deep Sky Blue #09BFF0
RGB
CMYK
RGB Variations
Color information
#09BFF0 (or 0x09BFF0) is known color: Deep Sky Blue. HEX triplet: 09, BF and F0. RGB value is (9,191,240). Sum of RGB (Red+Green+Blue) = 9+191+240=440 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 240 (94.14% from 255 or 54.55% from 440); Max value from RGB is 240 - color contains mainly: blue. Hex color #09BFF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BFF0 is #F6400F. Grayscale: #8D8D8D. Windows color (decimal): -16138256 or 15777545. OLE color: 15777545.
HSL color Cylindrical-coordinate representation of color #09BFF0: hue angle of 192.73º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BFF0 is Cyan = 0.96, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 191 | 240 | - |
| CMYK | 0.96 | 0.20 | 0 | 0.06 |
| HSL | 192.73º | 0.93% | 0.49% | - |
| HSV(B) | 192.73º | 0.96% | 0.94% | - |
| XYZ | 34.47 | 43.61 | 89.04 | - |
| YUV | 142.17 | 183.2 | 33.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 191 | 240 | 0.96 | 0.20 | 0 | 0.06 | 192.73 | 0.93 | 0.49 |
| Hex | 9 | BF | F0 | 60 | 14 | 0 | 6 | C1 | 5D | 31 |
| Octal | 11 | 277 | 360 | 140 | 24 | 0 | 6 | 301 | 135 | 61 |
| Binary | 1001 | 10111111 | 11110000 | 1100000 | 10100 | 0 | 110 | 11000001 | 1011101 | 110001 |
Color Harmonies of #09BFF0
Complementary color
Monochromatic Colors of #09BFF0
Black with #09BFF0
Text Example
Text Example
White with #09BFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BFF0; }
p { color: rgb(9,191,240); }
H1.HeaderClassName
{
color: #09BFF0;
}
.AnyTagClassName
{
color: #09BFF0;
}
</style>
background-color css
<style>
a { background-color: #09BFF0; }
a { background-color: rgb(9,191,240); }
div.DivClassName
{
background-color: #09BFF0;
}
.BgClassName
{
background-color: #09BFF0;
}
</style>
border-color css
<style>
span { border-color: #09BFF0; }
span { border-color: rgb(9,191,240); }
td.TdClassName
{
border-color: #09BFF0;
}
.TagClassName
{
border-color: #09BFF0;
}
</style>