Shades of Deep Sky Blue #09BCEE
Tints of Deep Sky Blue #09BCEE
RGB
CMYK
RGB Variations
Color information
#09BCEE (or 0x09BCEE) is known color: Deep Sky Blue. HEX triplet: 09, BC and EE. RGB value is (9,188,238). Sum of RGB (Red+Green+Blue) = 9+188+238=435 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.07% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #09BCEE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BCEE is #F64311. Grayscale: #8B8B8B. Windows color (decimal): -16139026 or 15645705. OLE color: 15645705.
HSL color Cylindrical-coordinate representation of color #09BCEE: hue angle of 193.1º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BCEE is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 9 | 188 | 238 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.07 |
| HSL | 193.1º | 0.93% | 0.48% | - |
| HSV(B) | 193.1º | 0.96% | 0.93% | - |
| XYZ | 33.53 | 42.2 | 87.27 | - |
| YUV | 140.18 | 183.2 | 34.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 238 | 0.96 | 0.21 | 0 | 0.07 | 193.1 | 0.93 | 0.48 |
| Hex | 9 | BC | EE | 60 | 15 | 0 | 7 | C1 | 5D | 30 |
| Octal | 11 | 274 | 356 | 140 | 25 | 0 | 7 | 301 | 135 | 60 |
| Binary | 1001 | 10111100 | 11101110 | 1100000 | 10101 | 0 | 111 | 11000001 | 1011101 | 110000 |
Color Harmonies of #09BCEE
Complementary color
Monochromatic Colors of #09BCEE
Black with #09BCEE
Text Example
Text Example
White with #09BCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BCEE; }
p { color: rgb(9,188,238); }
H1.HeaderClassName
{
color: #09BCEE;
}
.AnyTagClassName
{
color: #09BCEE;
}
</style>
background-color css
<style>
a { background-color: #09BCEE; }
a { background-color: rgb(9,188,238); }
div.DivClassName
{
background-color: #09BCEE;
}
.BgClassName
{
background-color: #09BCEE;
}
</style>
border-color css
<style>
span { border-color: #09BCEE; }
span { border-color: rgb(9,188,238); }
td.TdClassName
{
border-color: #09BCEE;
}
.TagClassName
{
border-color: #09BCEE;
}
</style>