Shades of Deep Sky Blue #09B2E6
Tints of Deep Sky Blue #09B2E6
RGB
CMYK
RGB Variations
Color information
#09B2E6 (or 0x09B2E6) is known color: Deep Sky Blue. HEX triplet: 09, B2 and E6. RGB value is (9,178,230). Sum of RGB (Red+Green+Blue) = 9+178+230=417 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.16% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 230 (90.23% from 255 or 55.16% from 417); Max value from RGB is 230 - color contains mainly: blue. Hex color #09B2E6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09B2E6 is #F64D19. Grayscale: #858585. Windows color (decimal): -16141594 or 15118857. OLE color: 15118857.
HSL color Cylindrical-coordinate representation of color #09B2E6: hue angle of 194.12º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09B2E6 is Cyan = 0.96, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 178 | 230 | - |
| CMYK | 0.96 | 0.23 | 0 | 0.10 |
| HSL | 194.12º | 0.92% | 0.47% | - |
| HSV(B) | 194.12º | 0.96% | 0.9% | - |
| XYZ | 30.32 | 37.61 | 80.52 | - |
| YUV | 133.4 | 182.51 | 39.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 178 | 230 | 0.96 | 0.23 | 0 | 0.10 | 194.12 | 0.92 | 0.47 |
| Hex | 9 | B2 | E6 | 60 | 17 | 0 | A | C2 | 5C | 2F |
| Octal | 11 | 262 | 346 | 140 | 27 | 0 | 12 | 302 | 134 | 57 |
| Binary | 1001 | 10110010 | 11100110 | 1100000 | 10111 | 0 | 1010 | 11000010 | 1011100 | 101111 |
Color Harmonies of #09B2E6
Complementary color
Monochromatic Colors of #09B2E6
Black with #09B2E6
Text Example
Text Example
White with #09B2E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B2E6; }
p { color: rgb(9,178,230); }
H1.HeaderClassName
{
color: #09B2E6;
}
.AnyTagClassName
{
color: #09B2E6;
}
</style>
background-color css
<style>
a { background-color: #09B2E6; }
a { background-color: rgb(9,178,230); }
div.DivClassName
{
background-color: #09B2E6;
}
.BgClassName
{
background-color: #09B2E6;
}
</style>
border-color css
<style>
span { border-color: #09B2E6; }
span { border-color: rgb(9,178,230); }
td.TdClassName
{
border-color: #09B2E6;
}
.TagClassName
{
border-color: #09B2E6;
}
</style>