Shades of Deep Sky Blue #09BDFD
Tints of Deep Sky Blue #09BDFD
RGB
CMYK
RGB Variations
Color information
#09BDFD (or 0x09BDFD) is known color: Deep Sky Blue. HEX triplet: 09, BD and FD. RGB value is (9,189,253). Sum of RGB (Red+Green+Blue) = 9+189+253=451 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.00% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 253 (99.22% from 255 or 56.10% from 451); Max value from RGB is 253 - color contains mainly: blue. Hex color #09BDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BDFD is #F64202. Grayscale: #8E8E8E. Windows color (decimal): -16138755 or 16629001. OLE color: 16629001.
HSL color Cylindrical-coordinate representation of color #09BDFD: hue angle of 195.74º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BDFD is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 189 | 253 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.01 |
| HSL | 195.74º | 0.98% | 0.51% | - |
| HSV(B) | 195.74º | 0.96% | 0.99% | - |
| XYZ | 36.04 | 43.55 | 99.43 | - |
| YUV | 142.48 | 190.37 | 32.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 253 | 0.96 | 0.25 | 0 | 0.01 | 195.74 | 0.98 | 0.51 |
| Hex | 9 | BD | FD | 60 | 19 | 0 | 1 | C4 | 62 | 33 |
| Octal | 11 | 275 | 375 | 140 | 31 | 0 | 1 | 304 | 142 | 63 |
| Binary | 1001 | 10111101 | 11111101 | 1100000 | 11001 | 0 | 1 | 11000100 | 1100010 | 110011 |
Color Harmonies of #09BDFD
Complementary color
Monochromatic Colors of #09BDFD
Black with #09BDFD
Text Example
Text Example
White with #09BDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BDFD; }
p { color: rgb(9,189,253); }
H1.HeaderClassName
{
color: #09BDFD;
}
.AnyTagClassName
{
color: #09BDFD;
}
</style>
background-color css
<style>
a { background-color: #09BDFD; }
a { background-color: rgb(9,189,253); }
div.DivClassName
{
background-color: #09BDFD;
}
.BgClassName
{
background-color: #09BDFD;
}
</style>
border-color css
<style>
span { border-color: #09BDFD; }
span { border-color: rgb(9,189,253); }
td.TdClassName
{
border-color: #09BDFD;
}
.TagClassName
{
border-color: #09BDFD;
}
</style>