Shades of Deep Sky Blue #09A8F2
Tints of Deep Sky Blue #09A8F2
RGB
CMYK
RGB Variations
Color information
#09A8F2 (or 0x09A8F2) is known color: Deep Sky Blue. HEX triplet: 09, A8 and F2. RGB value is (9,168,242). Sum of RGB (Red+Green+Blue) = 9+168+242=419 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.15% from 419); Green value is 168 (66.02% from 255 or 40.10% from 419); Blue value is 242 (94.92% from 255 or 57.76% from 419); Max value from RGB is 242 - color contains mainly: blue. Hex color #09A8F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09A8F2 is #F6570D. Grayscale: #808080. Windows color (decimal): -16144142 or 15902729. OLE color: 15902729.
HSL color Cylindrical-coordinate representation of color #09A8F2: hue angle of 199.06º 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 #09A8F2 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 168 | 242 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.05 |
| HSL | 199.06º | 0.93% | 0.49% | - |
| HSV(B) | 199.06º | 0.96% | 0.95% | - |
| XYZ | 30.14 | 34.47 | 89.07 | - |
| YUV | 128.9 | 191.82 | 42.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 168 | 242 | 0.96 | 0.31 | 0 | 0.05 | 199.06 | 0.93 | 0.49 |
| Hex | 9 | A8 | F2 | 60 | 1F | 0 | 5 | C7 | 5D | 31 |
| Octal | 11 | 250 | 362 | 140 | 37 | 0 | 5 | 307 | 135 | 61 |
| Binary | 1001 | 10101000 | 11110010 | 1100000 | 11111 | 0 | 101 | 11000111 | 1011101 | 110001 |
Color Harmonies of #09A8F2
Complementary color
Monochromatic Colors of #09A8F2
Black with #09A8F2
Text Example
Text Example
White with #09A8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09A8F2; }
p { color: rgb(9,168,242); }
H1.HeaderClassName
{
color: #09A8F2;
}
.AnyTagClassName
{
color: #09A8F2;
}
</style>
background-color css
<style>
a { background-color: #09A8F2; }
a { background-color: rgb(9,168,242); }
div.DivClassName
{
background-color: #09A8F2;
}
.BgClassName
{
background-color: #09A8F2;
}
</style>
border-color css
<style>
span { border-color: #09A8F2; }
span { border-color: rgb(9,168,242); }
td.TdClassName
{
border-color: #09A8F2;
}
.TagClassName
{
border-color: #09A8F2;
}
</style>