Shades of Deep Sky Blue #09DBF8
Tints of Deep Sky Blue #09DBF8
RGB
CMYK
RGB Variations
Color information
#09DBF8 (or 0x09DBF8) is known color: Deep Sky Blue. HEX triplet: 09, DB and F8. RGB value is (9,219,248). Sum of RGB (Red+Green+Blue) = 9+219+248=476 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.89% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 248 (97.27% from 255 or 52.10% from 476); Max value from RGB is 248 - color contains mainly: blue. Hex color #09DBF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DBF8 is #F62407. Grayscale: #9F9F9F. Windows color (decimal): -16131080 or 16309001. OLE color: 16309001.
HSL color Cylindrical-coordinate representation of color #09DBF8: hue angle of 187.28º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DBF8 is Cyan = 0.96, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 219 | 248 | - |
| CMYK | 0.96 | 0.12 | 0 | 0.03 |
| HSL | 187.28º | 0.94% | 0.5% | - |
| HSV(B) | 187.28º | 0.96% | 0.97% | - |
| XYZ | 42.39 | 57.5 | 97.67 | - |
| YUV | 159.52 | 177.93 | 20.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 219 | 248 | 0.96 | 0.12 | 0 | 0.03 | 187.28 | 0.94 | 0.5 |
| Hex | 9 | DB | F8 | 60 | C | 0 | 3 | BB | 5E | 32 |
| Octal | 11 | 333 | 370 | 140 | 14 | 0 | 3 | 273 | 136 | 62 |
| Binary | 1001 | 11011011 | 11111000 | 1100000 | 1100 | 0 | 11 | 10111011 | 1011110 | 110010 |
Color Harmonies of #09DBF8
Complementary color
Monochromatic Colors of #09DBF8
Black with #09DBF8
Text Example
Text Example
White with #09DBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09DBF8; }
p { color: rgb(9,219,248); }
H1.HeaderClassName
{
color: #09DBF8;
}
.AnyTagClassName
{
color: #09DBF8;
}
</style>
background-color css
<style>
a { background-color: #09DBF8; }
a { background-color: rgb(9,219,248); }
div.DivClassName
{
background-color: #09DBF8;
}
.BgClassName
{
background-color: #09DBF8;
}
</style>
border-color css
<style>
span { border-color: #09DBF8; }
span { border-color: rgb(9,219,248); }
td.TdClassName
{
border-color: #09DBF8;
}
.TagClassName
{
border-color: #09DBF8;
}
</style>