Shades of Deep Sky Blue #09BCFF
Tints of Deep Sky Blue #09BCFF
RGB
CMYK
RGB Variations
Color information
#09BCFF (or 0x09BCFF) is known color: Deep Sky Blue. HEX triplet: 09, BC and FF. RGB value is (9,188,255). Sum of RGB (Red+Green+Blue) = 9+188+255=452 (59% of max value = 765). Red value is 9 (3.91% from 255 or 1.99% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #09BCFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BCFF is #F64300. Grayscale: #8D8D8D. Windows color (decimal): -16139009 or 16759817. OLE color: 16759817.
HSL color Cylindrical-coordinate representation of color #09BCFF: hue angle of 196.34º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BCFF is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 188 | 255 | - |
| CMYK | 0.96 | 0.26 | 0 | 0 |
| HSL | 196.34º | 1% | 0.52% | - |
| HSV(B) | 196.34º | 0.96% | 1% | - |
| XYZ | 36.15 | 43.24 | 101.05 | - |
| YUV | 142.12 | 191.7 | 33.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 188 | 255 | 0.96 | 0.26 | 0 | 0 | 196.34 | 1 | 0.52 |
| Hex | 9 | BC | FF | 60 | 1A | 0 | 0 | C4 | 64 | 34 |
| Octal | 11 | 274 | 377 | 140 | 32 | 0 | 0 | 304 | 144 | 64 |
| Binary | 1001 | 10111100 | 11111111 | 1100000 | 11010 | 0 | 0 | 11000100 | 1100100 | 110100 |
Color Harmonies of #09BCFF
Complementary color
Monochromatic Colors of #09BCFF
Black with #09BCFF
Text Example
Text Example
White with #09BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BCFF; }
p { color: rgb(9,188,255); }
H1.HeaderClassName
{
color: #09BCFF;
}
.AnyTagClassName
{
color: #09BCFF;
}
</style>
background-color css
<style>
a { background-color: #09BCFF; }
a { background-color: rgb(9,188,255); }
div.DivClassName
{
background-color: #09BCFF;
}
.BgClassName
{
background-color: #09BCFF;
}
</style>
border-color css
<style>
span { border-color: #09BCFF; }
span { border-color: rgb(9,188,255); }
td.TdClassName
{
border-color: #09BCFF;
}
.TagClassName
{
border-color: #09BCFF;
}
</style>