Shades of Deep Sky Blue #09BEF2
Tints of Deep Sky Blue #09BEF2
RGB
CMYK
RGB Variations
Color information
#09BEF2 (or 0x09BEF2) is known color: Deep Sky Blue. HEX triplet: 09, BE and F2. RGB value is (9,190,242). Sum of RGB (Red+Green+Blue) = 9+190+242=441 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.04% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 242 (94.92% from 255 or 54.88% from 441); Max value from RGB is 242 - color contains mainly: blue. Hex color #09BEF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BEF2 is #F6410D. Grayscale: #8D8D8D. Windows color (decimal): -16138510 or 15908361. OLE color: 15908361.
HSL color Cylindrical-coordinate representation of color #09BEF2: hue angle of 193.39º 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 #09BEF2 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 190 | 242 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.05 |
| HSL | 193.39º | 0.93% | 0.49% | - |
| HSV(B) | 193.39º | 0.96% | 0.95% | - |
| XYZ | 34.55 | 43.3 | 90.54 | - |
| YUV | 141.81 | 184.53 | 33.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 190 | 242 | 0.96 | 0.21 | 0 | 0.05 | 193.39 | 0.93 | 0.49 |
| Hex | 9 | BE | F2 | 60 | 15 | 0 | 5 | C1 | 5D | 31 |
| Octal | 11 | 276 | 362 | 140 | 25 | 0 | 5 | 301 | 135 | 61 |
| Binary | 1001 | 10111110 | 11110010 | 1100000 | 10101 | 0 | 101 | 11000001 | 1011101 | 110001 |
Color Harmonies of #09BEF2
Complementary color
Monochromatic Colors of #09BEF2
Black with #09BEF2
Text Example
Text Example
White with #09BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BEF2; }
p { color: rgb(9,190,242); }
H1.HeaderClassName
{
color: #09BEF2;
}
.AnyTagClassName
{
color: #09BEF2;
}
</style>
background-color css
<style>
a { background-color: #09BEF2; }
a { background-color: rgb(9,190,242); }
div.DivClassName
{
background-color: #09BEF2;
}
.BgClassName
{
background-color: #09BEF2;
}
</style>
border-color css
<style>
span { border-color: #09BEF2; }
span { border-color: rgb(9,190,242); }
td.TdClassName
{
border-color: #09BEF2;
}
.TagClassName
{
border-color: #09BEF2;
}
</style>