Shades of Deep Sky Blue #09D5FD
Tints of Deep Sky Blue #09D5FD
RGB
CMYK
RGB Variations
Color information
#09D5FD (or 0x09D5FD) is known color: Deep Sky Blue. HEX triplet: 09, D5 and FD. RGB value is (9,213,253). Sum of RGB (Red+Green+Blue) = 9+213+253=475 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.89% from 475); Green value is 213 (83.59% from 255 or 44.84% from 475); Blue value is 253 (99.22% from 255 or 53.26% from 475); Max value from RGB is 253 - color contains mainly: blue. Hex color #09D5FD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09D5FD is #F62A02. Grayscale: #9C9C9C. Windows color (decimal): -16132611 or 16635145. OLE color: 16635145.
HSL color Cylindrical-coordinate representation of color #09D5FD: hue angle of 189.84º 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 #09D5FD is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 213 | 253 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.01 |
| HSL | 189.84º | 0.98% | 0.51% | - |
| HSV(B) | 189.84º | 0.96% | 0.99% | - |
| XYZ | 41.64 | 54.74 | 101.3 | - |
| YUV | 156.56 | 182.41 | 22.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 213 | 253 | 0.96 | 0.16 | 0 | 0.01 | 189.84 | 0.98 | 0.51 |
| Hex | 9 | D5 | FD | 60 | 10 | 0 | 1 | BE | 62 | 33 |
| Octal | 11 | 325 | 375 | 140 | 20 | 0 | 1 | 276 | 142 | 63 |
| Binary | 1001 | 11010101 | 11111101 | 1100000 | 10000 | 0 | 1 | 10111110 | 1100010 | 110011 |
Color Harmonies of #09D5FD
Complementary color
Monochromatic Colors of #09D5FD
Black with #09D5FD
Text Example
Text Example
White with #09D5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D5FD; }
p { color: rgb(9,213,253); }
H1.HeaderClassName
{
color: #09D5FD;
}
.AnyTagClassName
{
color: #09D5FD;
}
</style>
background-color css
<style>
a { background-color: #09D5FD; }
a { background-color: rgb(9,213,253); }
div.DivClassName
{
background-color: #09D5FD;
}
.BgClassName
{
background-color: #09D5FD;
}
</style>
border-color css
<style>
span { border-color: #09D5FD; }
span { border-color: rgb(9,213,253); }
td.TdClassName
{
border-color: #09D5FD;
}
.TagClassName
{
border-color: #09D5FD;
}
</style>