Shades of Deep Sky Blue #09AFF1
Tints of Deep Sky Blue #09AFF1
RGB
CMYK
RGB Variations
Color information
#09AFF1 (or 0x09AFF1) is known color: Deep Sky Blue. HEX triplet: 09, AF and F1. RGB value is (9,175,241). Sum of RGB (Red+Green+Blue) = 9+175+241=425 (56% of max value = 765). Red value is 9 (3.91% from 255 or 2.12% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 241 (94.53% from 255 or 56.71% from 425); Max value from RGB is 241 - color contains mainly: blue. Hex color #09AFF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09AFF1 is #F6500E. Grayscale: #848484. Windows color (decimal): -16142351 or 15838985. OLE color: 15838985.
HSL color Cylindrical-coordinate representation of color #09AFF1: hue angle of 197.07º 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 #09AFF1 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 175 | 241 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.05 |
| HSL | 197.07º | 0.93% | 0.49% | - |
| HSV(B) | 197.07º | 0.96% | 0.95% | - |
| XYZ | 31.32 | 37.07 | 88.72 | - |
| YUV | 132.89 | 189 | 39.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 175 | 241 | 0.96 | 0.27 | 0 | 0.05 | 197.07 | 0.93 | 0.49 |
| Hex | 9 | AF | F1 | 60 | 1B | 0 | 5 | C5 | 5D | 31 |
| Octal | 11 | 257 | 361 | 140 | 33 | 0 | 5 | 305 | 135 | 61 |
| Binary | 1001 | 10101111 | 11110001 | 1100000 | 11011 | 0 | 101 | 11000101 | 1011101 | 110001 |
Color Harmonies of #09AFF1
Complementary color
Monochromatic Colors of #09AFF1
Black with #09AFF1
Text Example
Text Example
White with #09AFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09AFF1; }
p { color: rgb(9,175,241); }
H1.HeaderClassName
{
color: #09AFF1;
}
.AnyTagClassName
{
color: #09AFF1;
}
</style>
background-color css
<style>
a { background-color: #09AFF1; }
a { background-color: rgb(9,175,241); }
div.DivClassName
{
background-color: #09AFF1;
}
.BgClassName
{
background-color: #09AFF1;
}
</style>
border-color css
<style>
span { border-color: #09AFF1; }
span { border-color: rgb(9,175,241); }
td.TdClassName
{
border-color: #09AFF1;
}
.TagClassName
{
border-color: #09AFF1;
}
</style>