Shades of Deep Sky Blue #09BDE6
Tints of Deep Sky Blue #09BDE6
RGB
CMYK
RGB Variations
Color information
#09BDE6 (or 0x09BDE6) is known color: Deep Sky Blue. HEX triplet: 09, BD and E6. RGB value is (9,189,230). Sum of RGB (Red+Green+Blue) = 9+189+230=428 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.10% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 230 (90.23% from 255 or 53.74% from 428); Max value from RGB is 230 - color contains mainly: blue. Hex color #09BDE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BDE6 is #F64219. Grayscale: #8B8B8B. Windows color (decimal): -16138778 or 15121673. OLE color: 15121673.
HSL color Cylindrical-coordinate representation of color #09BDE6: hue angle of 191.13º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BDE6 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 189 | 230 | - |
| CMYK | 0.96 | 0.18 | 0 | 0.10 |
| HSL | 191.13º | 0.92% | 0.47% | - |
| HSV(B) | 191.13º | 0.96% | 0.9% | - |
| XYZ | 32.59 | 42.17 | 81.28 | - |
| YUV | 139.85 | 178.87 | 34.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 230 | 0.96 | 0.18 | 0 | 0.10 | 191.13 | 0.92 | 0.47 |
| Hex | 9 | BD | E6 | 60 | 12 | 0 | A | BF | 5C | 2F |
| Octal | 11 | 275 | 346 | 140 | 22 | 0 | 12 | 277 | 134 | 57 |
| Binary | 1001 | 10111101 | 11100110 | 1100000 | 10010 | 0 | 1010 | 10111111 | 1011100 | 101111 |
Color Harmonies of #09BDE6
Complementary color
Monochromatic Colors of #09BDE6
Black with #09BDE6
Text Example
Text Example
White with #09BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BDE6; }
p { color: rgb(9,189,230); }
H1.HeaderClassName
{
color: #09BDE6;
}
.AnyTagClassName
{
color: #09BDE6;
}
</style>
background-color css
<style>
a { background-color: #09BDE6; }
a { background-color: rgb(9,189,230); }
div.DivClassName
{
background-color: #09BDE6;
}
.BgClassName
{
background-color: #09BDE6;
}
</style>
border-color css
<style>
span { border-color: #09BDE6; }
span { border-color: rgb(9,189,230); }
td.TdClassName
{
border-color: #09BDE6;
}
.TagClassName
{
border-color: #09BDE6;
}
</style>