Shades of Deep Sky Blue #09BAF6
Tints of Deep Sky Blue #09BAF6
RGB
CMYK
RGB Variations
Color information
#09BAF6 (or 0x09BAF6) is known color: Deep Sky Blue. HEX triplet: 09, BA and F6. RGB value is (9,186,246). Sum of RGB (Red+Green+Blue) = 9+186+246=441 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.04% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 246 (96.48% from 255 or 55.78% from 441); Max value from RGB is 246 - color contains mainly: blue. Hex color #09BAF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BAF6 is #F64509. Grayscale: #8B8B8B. Windows color (decimal): -16139530 or 16169481. OLE color: 16169481.
HSL color Cylindrical-coordinate representation of color #09BAF6: hue angle of 195.19º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BAF6 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 186 | 246 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.04 |
| HSL | 195.19º | 0.93% | 0.5% | - |
| HSV(B) | 195.19º | 0.96% | 0.96% | - |
| XYZ | 34.31 | 41.83 | 93.45 | - |
| YUV | 139.92 | 187.86 | 34.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 246 | 0.96 | 0.24 | 0 | 0.04 | 195.19 | 0.93 | 0.5 |
| Hex | 9 | BA | F6 | 60 | 18 | 0 | 4 | C3 | 5D | 32 |
| Octal | 11 | 272 | 366 | 140 | 30 | 0 | 4 | 303 | 135 | 62 |
| Binary | 1001 | 10111010 | 11110110 | 1100000 | 11000 | 0 | 100 | 11000011 | 1011101 | 110010 |
Color Harmonies of #09BAF6
Complementary color
Monochromatic Colors of #09BAF6
Black with #09BAF6
Text Example
Text Example
White with #09BAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BAF6; }
p { color: rgb(9,186,246); }
H1.HeaderClassName
{
color: #09BAF6;
}
.AnyTagClassName
{
color: #09BAF6;
}
</style>
background-color css
<style>
a { background-color: #09BAF6; }
a { background-color: rgb(9,186,246); }
div.DivClassName
{
background-color: #09BAF6;
}
.BgClassName
{
background-color: #09BAF6;
}
</style>
border-color css
<style>
span { border-color: #09BAF6; }
span { border-color: rgb(9,186,246); }
td.TdClassName
{
border-color: #09BAF6;
}
.TagClassName
{
border-color: #09BAF6;
}
</style>