Shades of Deep Sky Blue #09D0FC
Tints of Deep Sky Blue #09D0FC
RGB
CMYK
RGB Variations
Color information
#09D0FC (or 0x09D0FC) is known color: Deep Sky Blue. HEX triplet: 09, D0 and FC. RGB value is (9,208,252). Sum of RGB (Red+Green+Blue) = 9+208+252=469 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.92% from 469); Green value is 208 (81.64% from 255 or 44.35% from 469); Blue value is 252 (98.83% from 255 or 53.73% from 469); Max value from RGB is 252 - color contains mainly: blue. Hex color #09D0FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09D0FC is #F62F03. Grayscale: #999999. Windows color (decimal): -16133892 or 16568329. OLE color: 16568329.
HSL color Cylindrical-coordinate representation of color #09D0FC: hue angle of 190.86º 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 #09D0FC is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 208 | 252 | - |
| CMYK | 0.96 | 0.17 | 0 | 0.01 |
| HSL | 190.86º | 0.98% | 0.51% | - |
| HSV(B) | 190.86º | 0.96% | 0.99% | - |
| XYZ | 40.24 | 52.2 | 100.05 | - |
| YUV | 153.52 | 183.57 | 24.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 208 | 252 | 0.96 | 0.17 | 0 | 0.01 | 190.86 | 0.98 | 0.51 |
| Hex | 9 | D0 | FC | 60 | 11 | 0 | 1 | BF | 62 | 33 |
| Octal | 11 | 320 | 374 | 140 | 21 | 0 | 1 | 277 | 142 | 63 |
| Binary | 1001 | 11010000 | 11111100 | 1100000 | 10001 | 0 | 1 | 10111111 | 1100010 | 110011 |
Color Harmonies of #09D0FC
Complementary color
Monochromatic Colors of #09D0FC
Black with #09D0FC
Text Example
Text Example
White with #09D0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09D0FC; }
p { color: rgb(9,208,252); }
H1.HeaderClassName
{
color: #09D0FC;
}
.AnyTagClassName
{
color: #09D0FC;
}
</style>
background-color css
<style>
a { background-color: #09D0FC; }
a { background-color: rgb(9,208,252); }
div.DivClassName
{
background-color: #09D0FC;
}
.BgClassName
{
background-color: #09D0FC;
}
</style>
border-color css
<style>
span { border-color: #09D0FC; }
span { border-color: rgb(9,208,252); }
td.TdClassName
{
border-color: #09D0FC;
}
.TagClassName
{
border-color: #09D0FC;
}
</style>