Shades of Deep Sky Blue #09BFF1
Tints of Deep Sky Blue #09BFF1
RGB
CMYK
RGB Variations
Color information
#09BFF1 (or 0x09BFF1) is known color: Deep Sky Blue. HEX triplet: 09, BF and F1. RGB value is (9,191,241). Sum of RGB (Red+Green+Blue) = 9+191+241=441 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.04% from 441); Green value is 191 (75% from 255 or 43.31% from 441); Blue value is 241 (94.53% from 255 or 54.65% from 441); Max value from RGB is 241 - color contains mainly: blue. Hex color #09BFF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BFF1 is #F6400E. Grayscale: #8D8D8D. Windows color (decimal): -16138255 or 15843081. OLE color: 15843081.
HSL color Cylindrical-coordinate representation of color #09BFF1: hue angle of 192.93º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BFF1 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 191 | 241 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.05 |
| HSL | 192.93º | 0.93% | 0.49% | - |
| HSV(B) | 192.93º | 0.96% | 0.95% | - |
| XYZ | 34.62 | 43.67 | 89.82 | - |
| YUV | 142.28 | 183.7 | 32.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 191 | 241 | 0.96 | 0.21 | 0 | 0.05 | 192.93 | 0.93 | 0.49 |
| Hex | 9 | BF | F1 | 60 | 15 | 0 | 5 | C1 | 5D | 31 |
| Octal | 11 | 277 | 361 | 140 | 25 | 0 | 5 | 301 | 135 | 61 |
| Binary | 1001 | 10111111 | 11110001 | 1100000 | 10101 | 0 | 101 | 11000001 | 1011101 | 110001 |
Color Harmonies of #09BFF1
Complementary color
Monochromatic Colors of #09BFF1
Black with #09BFF1
Text Example
Text Example
White with #09BFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BFF1; }
p { color: rgb(9,191,241); }
H1.HeaderClassName
{
color: #09BFF1;
}
.AnyTagClassName
{
color: #09BFF1;
}
</style>
background-color css
<style>
a { background-color: #09BFF1; }
a { background-color: rgb(9,191,241); }
div.DivClassName
{
background-color: #09BFF1;
}
.BgClassName
{
background-color: #09BFF1;
}
</style>
border-color css
<style>
span { border-color: #09BFF1; }
span { border-color: rgb(9,191,241); }
td.TdClassName
{
border-color: #09BFF1;
}
.TagClassName
{
border-color: #09BFF1;
}
</style>