Shades of Deep Sky Blue #09BCEF
Tints of Deep Sky Blue #09BCEF
RGB
CMYK
RGB Variations
Color information
#09BCEF (or 0x09BCEF) is known color: Deep Sky Blue. HEX triplet: 09, BC and EF. RGB value is (9,188,239). Sum of RGB (Red+Green+Blue) = 9+188+239=436 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.06% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 239 (93.75% from 255 or 54.82% from 436); Max value from RGB is 239 - color contains mainly: blue. Hex color #09BCEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BCEF is #F64310. Grayscale: #8B8B8B. Windows color (decimal): -16139025 or 15711241. OLE color: 15711241.
HSL color Cylindrical-coordinate representation of color #09BCEF: hue angle of 193.3º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BCEF is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 188 | 239 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.06 |
| HSL | 193.3º | 0.93% | 0.49% | - |
| HSV(B) | 193.3º | 0.96% | 0.94% | - |
| XYZ | 33.68 | 42.26 | 88.04 | - |
| YUV | 140.29 | 183.7 | 34.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 239 | 0.96 | 0.21 | 0 | 0.06 | 193.3 | 0.93 | 0.49 |
| Hex | 9 | BC | EF | 60 | 15 | 0 | 6 | C1 | 5D | 31 |
| Octal | 11 | 274 | 357 | 140 | 25 | 0 | 6 | 301 | 135 | 61 |
| Binary | 1001 | 10111100 | 11101111 | 1100000 | 10101 | 0 | 110 | 11000001 | 1011101 | 110001 |
Color Harmonies of #09BCEF
Complementary color
Monochromatic Colors of #09BCEF
Black with #09BCEF
Text Example
Text Example
White with #09BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BCEF; }
p { color: rgb(9,188,239); }
H1.HeaderClassName
{
color: #09BCEF;
}
.AnyTagClassName
{
color: #09BCEF;
}
</style>
background-color css
<style>
a { background-color: #09BCEF; }
a { background-color: rgb(9,188,239); }
div.DivClassName
{
background-color: #09BCEF;
}
.BgClassName
{
background-color: #09BCEF;
}
</style>
border-color css
<style>
span { border-color: #09BCEF; }
span { border-color: rgb(9,188,239); }
td.TdClassName
{
border-color: #09BCEF;
}
.TagClassName
{
border-color: #09BCEF;
}
</style>