Shades of Deep Sky Blue #09B2EF
Tints of Deep Sky Blue #09B2EF
RGB
CMYK
RGB Variations
Color information
#09B2EF (or 0x09B2EF) is known color: Deep Sky Blue. HEX triplet: 09, B2 and EF. RGB value is (9,178,239). Sum of RGB (Red+Green+Blue) = 9+178+239=426 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.11% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 239 (93.75% from 255 or 56.10% from 426); Max value from RGB is 239 - color contains mainly: blue. Hex color #09B2EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09B2EF is #F64D10. Grayscale: #868686. Windows color (decimal): -16141585 or 15708681. OLE color: 15708681.
HSL color Cylindrical-coordinate representation of color #09B2EF: hue angle of 195.91º 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 #09B2EF is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 178 | 239 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.06 |
| HSL | 195.91º | 0.93% | 0.49% | - |
| HSV(B) | 195.91º | 0.96% | 0.94% | - |
| XYZ | 31.61 | 38.13 | 87.36 | - |
| YUV | 134.42 | 187.01 | 38.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 178 | 239 | 0.96 | 0.26 | 0 | 0.06 | 195.91 | 0.93 | 0.49 |
| Hex | 9 | B2 | EF | 60 | 1A | 0 | 6 | C4 | 5D | 31 |
| Octal | 11 | 262 | 357 | 140 | 32 | 0 | 6 | 304 | 135 | 61 |
| Binary | 1001 | 10110010 | 11101111 | 1100000 | 11010 | 0 | 110 | 11000100 | 1011101 | 110001 |
Color Harmonies of #09B2EF
Complementary color
Monochromatic Colors of #09B2EF
Black with #09B2EF
Text Example
Text Example
White with #09B2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B2EF; }
p { color: rgb(9,178,239); }
H1.HeaderClassName
{
color: #09B2EF;
}
.AnyTagClassName
{
color: #09B2EF;
}
</style>
background-color css
<style>
a { background-color: #09B2EF; }
a { background-color: rgb(9,178,239); }
div.DivClassName
{
background-color: #09B2EF;
}
.BgClassName
{
background-color: #09B2EF;
}
</style>
border-color css
<style>
span { border-color: #09B2EF; }
span { border-color: rgb(9,178,239); }
td.TdClassName
{
border-color: #09B2EF;
}
.TagClassName
{
border-color: #09B2EF;
}
</style>