Shades of Deep Sky Blue #09BFEA
Tints of Deep Sky Blue #09BFEA
RGB
CMYK
RGB Variations
Color information
#09BFEA (or 0x09BFEA) is known color: Deep Sky Blue. HEX triplet: 09, BF and EA. RGB value is (9,191,234). Sum of RGB (Red+Green+Blue) = 9+191+234=434 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 434); Green value is 191 (75% from 255 or 44.01% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #09BFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BFEA is #F64015. Grayscale: #8D8D8D. Windows color (decimal): -16138262 or 15384329. OLE color: 15384329.
HSL color Cylindrical-coordinate representation of color #09BFEA: hue angle of 191.47º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BFEA is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 9 | 191 | 234 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.08 |
| HSL | 191.47º | 0.93% | 0.48% | - |
| HSV(B) | 191.47º | 0.96% | 0.92% | - |
| XYZ | 33.59 | 43.26 | 84.42 | - |
| YUV | 141.48 | 180.2 | 33.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 191 | 234 | 0.96 | 0.18 | 0 | 0.08 | 191.47 | 0.93 | 0.48 |
| Hex | 9 | BF | EA | 60 | 12 | 0 | 8 | BF | 5D | 30 |
| Octal | 11 | 277 | 352 | 140 | 22 | 0 | 10 | 277 | 135 | 60 |
| Binary | 1001 | 10111111 | 11101010 | 1100000 | 10010 | 0 | 1000 | 10111111 | 1011101 | 110000 |
Color Harmonies of #09BFEA
Complementary color
Monochromatic Colors of #09BFEA
Black with #09BFEA
Text Example
Text Example
White with #09BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BFEA; }
p { color: rgb(9,191,234); }
H1.HeaderClassName
{
color: #09BFEA;
}
.AnyTagClassName
{
color: #09BFEA;
}
</style>
background-color css
<style>
a { background-color: #09BFEA; }
a { background-color: rgb(9,191,234); }
div.DivClassName
{
background-color: #09BFEA;
}
.BgClassName
{
background-color: #09BFEA;
}
</style>
border-color css
<style>
span { border-color: #09BFEA; }
span { border-color: rgb(9,191,234); }
td.TdClassName
{
border-color: #09BFEA;
}
.TagClassName
{
border-color: #09BFEA;
}
</style>