Shades of Deep Sky Blue #09DBFB
Tints of Deep Sky Blue #09DBFB
RGB
CMYK
RGB Variations
Color information
#09DBFB (or 0x09DBFB) is known color: Deep Sky Blue. HEX triplet: 09, DB and FB. RGB value is (9,219,251). Sum of RGB (Red+Green+Blue) = 9+219+251=479 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.88% from 479); Green value is 219 (85.94% from 255 or 45.72% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #09DBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DBFB is #F62404. Grayscale: #9F9F9F. Windows color (decimal): -16131077 or 16505609. OLE color: 16505609.
HSL color Cylindrical-coordinate representation of color #09DBFB: hue angle of 187.93º degrees, saturation: 0.97, 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 #09DBFB is Cyan = 0.96, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 219 | 251 | - |
| CMYK | 0.96 | 0.13 | 0 | 0.02 |
| HSL | 187.93º | 0.97% | 0.51% | - |
| HSV(B) | 187.93º | 0.96% | 0.98% | - |
| XYZ | 42.86 | 57.69 | 100.14 | - |
| YUV | 159.86 | 179.43 | 20.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 219 | 251 | 0.96 | 0.13 | 0 | 0.02 | 187.93 | 0.97 | 0.51 |
| Hex | 9 | DB | FB | 60 | D | 0 | 2 | BC | 61 | 33 |
| Octal | 11 | 333 | 373 | 140 | 15 | 0 | 2 | 274 | 141 | 63 |
| Binary | 1001 | 11011011 | 11111011 | 1100000 | 1101 | 0 | 10 | 10111100 | 1100001 | 110011 |
Color Harmonies of #09DBFB
Complementary color
Monochromatic Colors of #09DBFB
Black with #09DBFB
Text Example
Text Example
White with #09DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DBFB; }
p { color: rgb(9,219,251); }
H1.HeaderClassName
{
color: #09DBFB;
}
.AnyTagClassName
{
color: #09DBFB;
}
</style>
background-color css
<style>
a { background-color: #09DBFB; }
a { background-color: rgb(9,219,251); }
div.DivClassName
{
background-color: #09DBFB;
}
.BgClassName
{
background-color: #09DBFB;
}
</style>
border-color css
<style>
span { border-color: #09DBFB; }
span { border-color: rgb(9,219,251); }
td.TdClassName
{
border-color: #09DBFB;
}
.TagClassName
{
border-color: #09DBFB;
}
</style>