Shades of Deep Sky Blue #09B3E6
Tints of Deep Sky Blue #09B3E6
RGB
CMYK
RGB Variations
Color information
#09B3E6 (or 0x09B3E6) is known color: Deep Sky Blue. HEX triplet: 09, B3 and E6. RGB value is (9,179,230). Sum of RGB (Red+Green+Blue) = 9+179+230=418 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.15% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 230 (90.23% from 255 or 55.02% from 418); Max value from RGB is 230 - color contains mainly: blue. Hex color #09B3E6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09B3E6 is #F64C19. Grayscale: #858585. Windows color (decimal): -16141338 or 15119113. OLE color: 15119113.
HSL color Cylindrical-coordinate representation of color #09B3E6: hue angle of 193.85º 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 #09B3E6 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 9 | 179 | 230 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.10 |
| HSL | 193.85º | 0.92% | 0.47% | - |
| HSV(B) | 193.85º | 0.96% | 0.9% | - |
| XYZ | 30.52 | 38.01 | 80.59 | - |
| YUV | 133.98 | 182.18 | 38.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 179 | 230 | 0.96 | 0.22 | 0 | 0.10 | 193.85 | 0.92 | 0.47 |
| Hex | 9 | B3 | E6 | 60 | 16 | 0 | A | C2 | 5C | 2F |
| Octal | 11 | 263 | 346 | 140 | 26 | 0 | 12 | 302 | 134 | 57 |
| Binary | 1001 | 10110011 | 11100110 | 1100000 | 10110 | 0 | 1010 | 11000010 | 1011100 | 101111 |
Color Harmonies of #09B3E6
Complementary color
Monochromatic Colors of #09B3E6
Black with #09B3E6
Text Example
Text Example
White with #09B3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09B3E6; }
p { color: rgb(9,179,230); }
H1.HeaderClassName
{
color: #09B3E6;
}
.AnyTagClassName
{
color: #09B3E6;
}
</style>
background-color css
<style>
a { background-color: #09B3E6; }
a { background-color: rgb(9,179,230); }
div.DivClassName
{
background-color: #09B3E6;
}
.BgClassName
{
background-color: #09B3E6;
}
</style>
border-color css
<style>
span { border-color: #09B3E6; }
span { border-color: rgb(9,179,230); }
td.TdClassName
{
border-color: #09B3E6;
}
.TagClassName
{
border-color: #09B3E6;
}
</style>