Shades of Deep Sky Blue #09B1F0
Tints of Deep Sky Blue #09B1F0
RGB
CMYK
RGB Variations
Color information
#09B1F0 (or 0x09B1F0) is known color: Deep Sky Blue. HEX triplet: 09, B1 and F0. RGB value is (9,177,240). Sum of RGB (Red+Green+Blue) = 9+177+240=426 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.11% from 426); Green value is 177 (69.53% from 255 or 41.55% from 426); Blue value is 240 (94.14% from 255 or 56.34% from 426); Max value from RGB is 240 - color contains mainly: blue. Hex color #09B1F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09B1F0 is #F64E0F. Grayscale: #858585. Windows color (decimal): -16141840 or 15773961. OLE color: 15773961.
HSL color Cylindrical-coordinate representation of color #09B1F0: hue angle of 196.36º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09B1F0 is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 177 | 240 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.06 |
| HSL | 196.36º | 0.93% | 0.49% | - |
| HSV(B) | 196.36º | 0.96% | 0.94% | - |
| XYZ | 31.56 | 37.79 | 88.07 | - |
| YUV | 133.95 | 187.84 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 177 | 240 | 0.96 | 0.26 | 0 | 0.06 | 196.36 | 0.93 | 0.49 |
| Hex | 9 | B1 | F0 | 60 | 1A | 0 | 6 | C4 | 5D | 31 |
| Octal | 11 | 261 | 360 | 140 | 32 | 0 | 6 | 304 | 135 | 61 |
| Binary | 1001 | 10110001 | 11110000 | 1100000 | 11010 | 0 | 110 | 11000100 | 1011101 | 110001 |
Color Harmonies of #09B1F0
Complementary color
Monochromatic Colors of #09B1F0
Black with #09B1F0
Text Example
Text Example
White with #09B1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B1F0; }
p { color: rgb(9,177,240); }
H1.HeaderClassName
{
color: #09B1F0;
}
.AnyTagClassName
{
color: #09B1F0;
}
</style>
background-color css
<style>
a { background-color: #09B1F0; }
a { background-color: rgb(9,177,240); }
div.DivClassName
{
background-color: #09B1F0;
}
.BgClassName
{
background-color: #09B1F0;
}
</style>
border-color css
<style>
span { border-color: #09B1F0; }
span { border-color: rgb(9,177,240); }
td.TdClassName
{
border-color: #09B1F0;
}
.TagClassName
{
border-color: #09B1F0;
}
</style>