Shades of Deep Sky Blue #09ACF0
Tints of Deep Sky Blue #09ACF0
RGB
CMYK
RGB Variations
Color information
#09ACF0 (or 0x09ACF0) is known color: Deep Sky Blue. HEX triplet: 09, AC and F0. RGB value is (9,172,240). Sum of RGB (Red+Green+Blue) = 9+172+240=421 (55% of max value = 765). Red value is 9 (3.91% from 255 or 2.14% from 421); Green value is 172 (67.58% from 255 or 40.86% from 421); Blue value is 240 (94.14% from 255 or 57.01% from 421); Max value from RGB is 240 - color contains mainly: blue. Hex color #09ACF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #09ACF0 is #F6530F. Grayscale: #828282. Windows color (decimal): -16143120 or 15772681. OLE color: 15772681.
HSL color Cylindrical-coordinate representation of color #09ACF0: hue angle of 197.66º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ACF0 is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 9 | 172 | 240 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.06 |
| HSL | 197.66º | 0.93% | 0.49% | - |
| HSV(B) | 197.66º | 0.96% | 0.94% | - |
| XYZ | 30.59 | 35.85 | 87.75 | - |
| YUV | 131.02 | 189.5 | 40.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 172 | 240 | 0.96 | 0.28 | 0 | 0.06 | 197.66 | 0.93 | 0.49 |
| Hex | 9 | AC | F0 | 60 | 1C | 0 | 6 | C6 | 5D | 31 |
| Octal | 11 | 254 | 360 | 140 | 34 | 0 | 6 | 306 | 135 | 61 |
| Binary | 1001 | 10101100 | 11110000 | 1100000 | 11100 | 0 | 110 | 11000110 | 1011101 | 110001 |
Color Harmonies of #09ACF0
Complementary color
Monochromatic Colors of #09ACF0
Black with #09ACF0
Text Example
Text Example
White with #09ACF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ACF0; }
p { color: rgb(9,172,240); }
H1.HeaderClassName
{
color: #09ACF0;
}
.AnyTagClassName
{
color: #09ACF0;
}
</style>
background-color css
<style>
a { background-color: #09ACF0; }
a { background-color: rgb(9,172,240); }
div.DivClassName
{
background-color: #09ACF0;
}
.BgClassName
{
background-color: #09ACF0;
}
</style>
border-color css
<style>
span { border-color: #09ACF0; }
span { border-color: rgb(9,172,240); }
td.TdClassName
{
border-color: #09ACF0;
}
.TagClassName
{
border-color: #09ACF0;
}
</style>