Shades of Deep Sky Blue #09BDF8
Tints of Deep Sky Blue #09BDF8
RGB
CMYK
RGB Variations
Color information
#09BDF8 (or 0x09BDF8) is known color: Deep Sky Blue. HEX triplet: 09, BD and F8. RGB value is (9,189,248). Sum of RGB (Red+Green+Blue) = 9+189+248=446 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.02% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 248 (97.27% from 255 or 55.61% from 446); Max value from RGB is 248 - color contains mainly: blue. Hex color #09BDF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BDF8 is #F64207. Grayscale: #8D8D8D. Windows color (decimal): -16138760 or 16301321. OLE color: 16301321.
HSL color Cylindrical-coordinate representation of color #09BDF8: hue angle of 194.81º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BDF8 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 189 | 248 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.03 |
| HSL | 194.81º | 0.94% | 0.5% | - |
| HSV(B) | 194.81º | 0.96% | 0.97% | - |
| XYZ | 35.25 | 43.23 | 95.29 | - |
| YUV | 141.91 | 187.87 | 33.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 248 | 0.96 | 0.24 | 0 | 0.03 | 194.81 | 0.94 | 0.5 |
| Hex | 9 | BD | F8 | 60 | 18 | 0 | 3 | C3 | 5E | 32 |
| Octal | 11 | 275 | 370 | 140 | 30 | 0 | 3 | 303 | 136 | 62 |
| Binary | 1001 | 10111101 | 11111000 | 1100000 | 11000 | 0 | 11 | 11000011 | 1011110 | 110010 |
Color Harmonies of #09BDF8
Complementary color
Monochromatic Colors of #09BDF8
Black with #09BDF8
Text Example
Text Example
White with #09BDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BDF8; }
p { color: rgb(9,189,248); }
H1.HeaderClassName
{
color: #09BDF8;
}
.AnyTagClassName
{
color: #09BDF8;
}
</style>
background-color css
<style>
a { background-color: #09BDF8; }
a { background-color: rgb(9,189,248); }
div.DivClassName
{
background-color: #09BDF8;
}
.BgClassName
{
background-color: #09BDF8;
}
</style>
border-color css
<style>
span { border-color: #09BDF8; }
span { border-color: rgb(9,189,248); }
td.TdClassName
{
border-color: #09BDF8;
}
.TagClassName
{
border-color: #09BDF8;
}
</style>