Shades of Deep Sky Blue #09BDF3
Tints of Deep Sky Blue #09BDF3
RGB
CMYK
RGB Variations
Color information
#09BDF3 (or 0x09BDF3) is known color: Deep Sky Blue. HEX triplet: 09, BD and F3. RGB value is (9,189,243). Sum of RGB (Red+Green+Blue) = 9+189+243=441 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.04% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 243 (95.31% from 255 or 55.10% from 441); Max value from RGB is 243 - color contains mainly: blue. Hex color #09BDF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BDF3 is #F6420C. Grayscale: #8C8C8C. Windows color (decimal): -16138765 or 15973641. OLE color: 15973641.
HSL color Cylindrical-coordinate representation of color #09BDF3: hue angle of 193.85º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BDF3 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 189 | 243 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.05 |
| HSL | 193.85º | 0.93% | 0.49% | - |
| HSV(B) | 193.85º | 0.96% | 0.95% | - |
| XYZ | 34.49 | 42.92 | 91.26 | - |
| YUV | 141.34 | 185.37 | 33.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 189 | 243 | 0.96 | 0.22 | 0 | 0.05 | 193.85 | 0.93 | 0.49 |
| Hex | 9 | BD | F3 | 60 | 16 | 0 | 5 | C2 | 5D | 31 |
| Octal | 11 | 275 | 363 | 140 | 26 | 0 | 5 | 302 | 135 | 61 |
| Binary | 1001 | 10111101 | 11110011 | 1100000 | 10110 | 0 | 101 | 11000010 | 1011101 | 110001 |
Color Harmonies of #09BDF3
Complementary color
Monochromatic Colors of #09BDF3
Black with #09BDF3
Text Example
Text Example
White with #09BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BDF3; }
p { color: rgb(9,189,243); }
H1.HeaderClassName
{
color: #09BDF3;
}
.AnyTagClassName
{
color: #09BDF3;
}
</style>
background-color css
<style>
a { background-color: #09BDF3; }
a { background-color: rgb(9,189,243); }
div.DivClassName
{
background-color: #09BDF3;
}
.BgClassName
{
background-color: #09BDF3;
}
</style>
border-color css
<style>
span { border-color: #09BDF3; }
span { border-color: rgb(9,189,243); }
td.TdClassName
{
border-color: #09BDF3;
}
.TagClassName
{
border-color: #09BDF3;
}
</style>