Shades of Deep Sky Blue #09AFF2
Tints of Deep Sky Blue #09AFF2
RGB
CMYK
RGB Variations
Color information
#09AFF2 (or 0x09AFF2) is known color: Deep Sky Blue. HEX triplet: 09, AF and F2. RGB value is (9,175,242). Sum of RGB (Red+Green+Blue) = 9+175+242=426 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.11% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 242 (94.92% from 255 or 56.81% from 426); Max value from RGB is 242 - color contains mainly: blue. Hex color #09AFF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AFF2 is #F6500D. Grayscale: #848484. Windows color (decimal): -16142350 or 15904521. OLE color: 15904521.
HSL color Cylindrical-coordinate representation of color #09AFF2: hue angle of 197.25º 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 #09AFF2 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 175 | 242 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.05 |
| HSL | 197.25º | 0.93% | 0.49% | - |
| HSV(B) | 197.25º | 0.96% | 0.95% | - |
| XYZ | 31.47 | 37.13 | 89.51 | - |
| YUV | 133 | 189.5 | 39.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 242 | 0.96 | 0.28 | 0 | 0.05 | 197.25 | 0.93 | 0.49 |
| Hex | 9 | AF | F2 | 60 | 1C | 0 | 5 | C5 | 5D | 31 |
| Octal | 11 | 257 | 362 | 140 | 34 | 0 | 5 | 305 | 135 | 61 |
| Binary | 1001 | 10101111 | 11110010 | 1100000 | 11100 | 0 | 101 | 11000101 | 1011101 | 110001 |
Color Harmonies of #09AFF2
Complementary color
Monochromatic Colors of #09AFF2
Black with #09AFF2
Text Example
Text Example
White with #09AFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AFF2; }
p { color: rgb(9,175,242); }
H1.HeaderClassName
{
color: #09AFF2;
}
.AnyTagClassName
{
color: #09AFF2;
}
</style>
background-color css
<style>
a { background-color: #09AFF2; }
a { background-color: rgb(9,175,242); }
div.DivClassName
{
background-color: #09AFF2;
}
.BgClassName
{
background-color: #09AFF2;
}
</style>
border-color css
<style>
span { border-color: #09AFF2; }
span { border-color: rgb(9,175,242); }
td.TdClassName
{
border-color: #09AFF2;
}
.TagClassName
{
border-color: #09AFF2;
}
</style>