Shades of Deep Sky Blue #09DAFA
Tints of Deep Sky Blue #09DAFA
RGB
CMYK
RGB Variations
Color information
#09DAFA (or 0x09DAFA) is known color: Deep Sky Blue. HEX triplet: 09, DA and FA. RGB value is (9,218,250). Sum of RGB (Red+Green+Blue) = 9+218+250=477 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.89% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #09DAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DAFA is #F62505. Grayscale: #9E9E9E. Windows color (decimal): -16131334 or 16439817. OLE color: 16439817.
HSL color Cylindrical-coordinate representation of color #09DAFA: hue angle of 187.97º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DAFA is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 218 | 250 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.02 |
| HSL | 187.97º | 0.96% | 0.51% | - |
| HSV(B) | 187.97º | 0.96% | 0.98% | - |
| XYZ | 42.44 | 57.1 | 99.23 | - |
| YUV | 159.16 | 179.26 | 20.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 218 | 250 | 0.96 | 0.13 | 0 | 0.02 | 187.97 | 0.96 | 0.51 |
| Hex | 9 | DA | FA | 60 | D | 0 | 2 | BC | 60 | 33 |
| Octal | 11 | 332 | 372 | 140 | 15 | 0 | 2 | 274 | 140 | 63 |
| Binary | 1001 | 11011010 | 11111010 | 1100000 | 1101 | 0 | 10 | 10111100 | 1100000 | 110011 |
Color Harmonies of #09DAFA
Complementary color
Monochromatic Colors of #09DAFA
Black with #09DAFA
Text Example
Text Example
White with #09DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DAFA; }
p { color: rgb(9,218,250); }
H1.HeaderClassName
{
color: #09DAFA;
}
.AnyTagClassName
{
color: #09DAFA;
}
</style>
background-color css
<style>
a { background-color: #09DAFA; }
a { background-color: rgb(9,218,250); }
div.DivClassName
{
background-color: #09DAFA;
}
.BgClassName
{
background-color: #09DAFA;
}
</style>
border-color css
<style>
span { border-color: #09DAFA; }
span { border-color: rgb(9,218,250); }
td.TdClassName
{
border-color: #09DAFA;
}
.TagClassName
{
border-color: #09DAFA;
}
</style>