Shades of Deep Sky Blue #09BCF0
Tints of Deep Sky Blue #09BCF0
RGB
CMYK
RGB Variations
Color information
#09BCF0 (or 0x09BCF0) is known color: Deep Sky Blue. HEX triplet: 09, BC and F0. RGB value is (9,188,240). Sum of RGB (Red+Green+Blue) = 9+188+240=437 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.06% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 240 (94.14% from 255 or 54.92% from 437); Max value from RGB is 240 - color contains mainly: blue. Hex color #09BCF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BCF0 is #F6430F. Grayscale: #8C8C8C. Windows color (decimal): -16139024 or 15776777. OLE color: 15776777.
HSL color Cylindrical-coordinate representation of color #09BCF0: hue angle of 193.51º 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 #09BCF0 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 188 | 240 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.06 |
| HSL | 193.51º | 0.93% | 0.49% | - |
| HSV(B) | 193.51º | 0.96% | 0.94% | - |
| XYZ | 33.82 | 42.32 | 88.82 | - |
| YUV | 140.41 | 184.2 | 34.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 240 | 0.96 | 0.22 | 0 | 0.06 | 193.51 | 0.93 | 0.49 |
| Hex | 9 | BC | F0 | 60 | 16 | 0 | 6 | C2 | 5D | 31 |
| Octal | 11 | 274 | 360 | 140 | 26 | 0 | 6 | 302 | 135 | 61 |
| Binary | 1001 | 10111100 | 11110000 | 1100000 | 10110 | 0 | 110 | 11000010 | 1011101 | 110001 |
Color Harmonies of #09BCF0
Complementary color
Monochromatic Colors of #09BCF0
Black with #09BCF0
Text Example
Text Example
White with #09BCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BCF0; }
p { color: rgb(9,188,240); }
H1.HeaderClassName
{
color: #09BCF0;
}
.AnyTagClassName
{
color: #09BCF0;
}
</style>
background-color css
<style>
a { background-color: #09BCF0; }
a { background-color: rgb(9,188,240); }
div.DivClassName
{
background-color: #09BCF0;
}
.BgClassName
{
background-color: #09BCF0;
}
</style>
border-color css
<style>
span { border-color: #09BCF0; }
span { border-color: rgb(9,188,240); }
td.TdClassName
{
border-color: #09BCF0;
}
.TagClassName
{
border-color: #09BCF0;
}
</style>