Shades of Deep Sky Blue #09BAFC
Tints of Deep Sky Blue #09BAFC
RGB
CMYK
RGB Variations
Color information
#09BAFC (or 0x09BAFC) is known color: Deep Sky Blue. HEX triplet: 09, BA and FC. RGB value is (9,186,252). Sum of RGB (Red+Green+Blue) = 9+186+252=447 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.01% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #09BAFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BAFC is #F64503. Grayscale: #8C8C8C. Windows color (decimal): -16139524 or 16562697. OLE color: 16562697.
HSL color Cylindrical-coordinate representation of color #09BAFC: hue angle of 196.3º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BAFC is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 186 | 252 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.01 |
| HSL | 196.3º | 0.98% | 0.51% | - |
| HSV(B) | 196.3º | 0.96% | 0.99% | - |
| XYZ | 35.24 | 42.2 | 98.38 | - |
| YUV | 140.6 | 190.86 | 34.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 186 | 252 | 0.96 | 0.26 | 0 | 0.01 | 196.3 | 0.98 | 0.51 |
| Hex | 9 | BA | FC | 60 | 1A | 0 | 1 | C4 | 62 | 33 |
| Octal | 11 | 272 | 374 | 140 | 32 | 0 | 1 | 304 | 142 | 63 |
| Binary | 1001 | 10111010 | 11111100 | 1100000 | 11010 | 0 | 1 | 11000100 | 1100010 | 110011 |
Color Harmonies of #09BAFC
Complementary color
Monochromatic Colors of #09BAFC
Black with #09BAFC
Text Example
Text Example
White with #09BAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09BAFC; }
p { color: rgb(9,186,252); }
H1.HeaderClassName
{
color: #09BAFC;
}
.AnyTagClassName
{
color: #09BAFC;
}
</style>
background-color css
<style>
a { background-color: #09BAFC; }
a { background-color: rgb(9,186,252); }
div.DivClassName
{
background-color: #09BAFC;
}
.BgClassName
{
background-color: #09BAFC;
}
</style>
border-color css
<style>
span { border-color: #09BAFC; }
span { border-color: rgb(9,186,252); }
td.TdClassName
{
border-color: #09BAFC;
}
.TagClassName
{
border-color: #09BAFC;
}
</style>