Shades of Deep Sky Blue #09B0F3
Tints of Deep Sky Blue #09B0F3
RGB
CMYK
RGB Variations
Color information
#09B0F3 (or 0x09B0F3) is known color: Deep Sky Blue. HEX triplet: 09, B0 and F3. RGB value is (9,176,243). Sum of RGB (Red+Green+Blue) = 9+176+243=428 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.10% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 243 (95.31% from 255 or 56.78% from 428); Max value from RGB is 243 - color contains mainly: blue. Hex color #09B0F3 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09B0F3 is #F64F0C. Grayscale: #858585. Windows color (decimal): -16142093 or 15970313. OLE color: 15970313.
HSL color Cylindrical-coordinate representation of color #09B0F3: hue angle of 197.18º 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 #09B0F3 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 176 | 243 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.05 |
| HSL | 197.18º | 0.93% | 0.49% | - |
| HSV(B) | 197.18º | 0.96% | 0.95% | - |
| XYZ | 31.82 | 37.58 | 90.37 | - |
| YUV | 133.71 | 189.67 | 39.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 176 | 243 | 0.96 | 0.28 | 0 | 0.05 | 197.18 | 0.93 | 0.49 |
| Hex | 9 | B0 | F3 | 60 | 1C | 0 | 5 | C5 | 5D | 31 |
| Octal | 11 | 260 | 363 | 140 | 34 | 0 | 5 | 305 | 135 | 61 |
| Binary | 1001 | 10110000 | 11110011 | 1100000 | 11100 | 0 | 101 | 11000101 | 1011101 | 110001 |
Color Harmonies of #09B0F3
Complementary color
Monochromatic Colors of #09B0F3
Black with #09B0F3
Text Example
Text Example
White with #09B0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B0F3; }
p { color: rgb(9,176,243); }
H1.HeaderClassName
{
color: #09B0F3;
}
.AnyTagClassName
{
color: #09B0F3;
}
</style>
background-color css
<style>
a { background-color: #09B0F3; }
a { background-color: rgb(9,176,243); }
div.DivClassName
{
background-color: #09B0F3;
}
.BgClassName
{
background-color: #09B0F3;
}
</style>
border-color css
<style>
span { border-color: #09B0F3; }
span { border-color: rgb(9,176,243); }
td.TdClassName
{
border-color: #09B0F3;
}
.TagClassName
{
border-color: #09B0F3;
}
</style>