Shades of Deep Sky Blue #09BCF6
Tints of Deep Sky Blue #09BCF6
RGB
CMYK
RGB Variations
Color information
#09BCF6 (or 0x09BCF6) is known color: Deep Sky Blue. HEX triplet: 09, BC and F6. RGB value is (9,188,246). Sum of RGB (Red+Green+Blue) = 9+188+246=443 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.03% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 246 (96.48% from 255 or 55.53% from 443); Max value from RGB is 246 - color contains mainly: blue. Hex color #09BCF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BCF6 is #F64309. Grayscale: #8C8C8C. Windows color (decimal): -16139018 or 16169993. OLE color: 16169993.
HSL color Cylindrical-coordinate representation of color #09BCF6: hue angle of 194.68º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BCF6 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 188 | 246 | - |
| CMYK | 0.96 | 0.24 | 0 | 0.04 |
| HSL | 194.68º | 0.93% | 0.5% | - |
| HSV(B) | 194.68º | 0.96% | 0.96% | - |
| XYZ | 34.73 | 42.68 | 93.6 | - |
| YUV | 141.09 | 187.2 | 33.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 246 | 0.96 | 0.24 | 0 | 0.04 | 194.68 | 0.93 | 0.5 |
| Hex | 9 | BC | F6 | 60 | 18 | 0 | 4 | C3 | 5D | 32 |
| Octal | 11 | 274 | 366 | 140 | 30 | 0 | 4 | 303 | 135 | 62 |
| Binary | 1001 | 10111100 | 11110110 | 1100000 | 11000 | 0 | 100 | 11000011 | 1011101 | 110010 |
Color Harmonies of #09BCF6
Complementary color
Monochromatic Colors of #09BCF6
Black with #09BCF6
Text Example
Text Example
White with #09BCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BCF6; }
p { color: rgb(9,188,246); }
H1.HeaderClassName
{
color: #09BCF6;
}
.AnyTagClassName
{
color: #09BCF6;
}
</style>
background-color css
<style>
a { background-color: #09BCF6; }
a { background-color: rgb(9,188,246); }
div.DivClassName
{
background-color: #09BCF6;
}
.BgClassName
{
background-color: #09BCF6;
}
</style>
border-color css
<style>
span { border-color: #09BCF6; }
span { border-color: rgb(9,188,246); }
td.TdClassName
{
border-color: #09BCF6;
}
.TagClassName
{
border-color: #09BCF6;
}
</style>