Shades of Deep Sky Blue #09BEF1
Tints of Deep Sky Blue #09BEF1
RGB
CMYK
RGB Variations
Color information
#09BEF1 (or 0x09BEF1) is known color: Deep Sky Blue. HEX triplet: 09, BE and F1. RGB value is (9,190,241). Sum of RGB (Red+Green+Blue) = 9+190+241=440 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.05% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #09BEF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BEF1 is #F6410E. Grayscale: #8D8D8D. Windows color (decimal): -16138511 or 15842825. OLE color: 15842825.
HSL color Cylindrical-coordinate representation of color #09BEF1: hue angle of 193.19º 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 #09BEF1 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 190 | 241 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.05 |
| HSL | 193.19º | 0.93% | 0.49% | - |
| HSV(B) | 193.19º | 0.96% | 0.95% | - |
| XYZ | 34.4 | 43.24 | 89.75 | - |
| YUV | 141.7 | 184.03 | 33.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 190 | 241 | 0.96 | 0.21 | 0 | 0.05 | 193.19 | 0.93 | 0.49 |
| Hex | 9 | BE | F1 | 60 | 15 | 0 | 5 | C1 | 5D | 31 |
| Octal | 11 | 276 | 361 | 140 | 25 | 0 | 5 | 301 | 135 | 61 |
| Binary | 1001 | 10111110 | 11110001 | 1100000 | 10101 | 0 | 101 | 11000001 | 1011101 | 110001 |
Color Harmonies of #09BEF1
Complementary color
Monochromatic Colors of #09BEF1
Black with #09BEF1
Text Example
Text Example
White with #09BEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BEF1; }
p { color: rgb(9,190,241); }
H1.HeaderClassName
{
color: #09BEF1;
}
.AnyTagClassName
{
color: #09BEF1;
}
</style>
background-color css
<style>
a { background-color: #09BEF1; }
a { background-color: rgb(9,190,241); }
div.DivClassName
{
background-color: #09BEF1;
}
.BgClassName
{
background-color: #09BEF1;
}
</style>
border-color css
<style>
span { border-color: #09BEF1; }
span { border-color: rgb(9,190,241); }
td.TdClassName
{
border-color: #09BEF1;
}
.TagClassName
{
border-color: #09BEF1;
}
</style>