Shades of Deep Sky Blue #00ACF1
Tints of Deep Sky Blue #00ACF1
RGB
CMYK
RGB Variations
Color information
#00ACF1 (or 0x00ACF1) is known color: Deep Sky Blue. HEX triplet: 00, AC and F1. RGB value is (0,172,241). Sum of RGB (Red+Green+Blue) = 0+172+241=413 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 241 (94.53% from 255 or 58.35% from 413); Max value from RGB is 241 - color contains mainly: blue. Hex color #00ACF1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ACF1 is #FF530E. Grayscale: #7F7F7F. Windows color (decimal): -16732943 or 15838208. OLE color: 15838208.
HSL color Cylindrical-coordinate representation of color #00ACF1: hue angle of 197.18º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00ACF1 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 172 | 241 | - |
| CMYK | 1 | 0.29 | 0 | 0.05 |
| HSL | 197.18º | 1% | 0.47% | - |
| HSV(B) | 197.18º | 1% | 0.95% | - |
| XYZ | 30.63 | 35.86 | 88.53 | - |
| YUV | 128.44 | 191.52 | 36.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 172 | 241 | 1 | 0.29 | 0 | 0.05 | 197.18 | 1 | 0.47 |
| Hex | 0 | AC | F1 | 64 | 1D | 0 | 5 | C5 | 64 | 2F |
| Octal | 0 | 254 | 361 | 144 | 35 | 0 | 5 | 305 | 144 | 57 |
| Binary | 0 | 10101100 | 11110001 | 1100100 | 11101 | 0 | 101 | 11000101 | 1100100 | 101111 |
Color Harmonies of #00ACF1
Complementary color
Monochromatic Colors of #00ACF1
Black with #00ACF1
Text Example
Text Example
White with #00ACF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ACF1; }
p { color: rgb(0,172,241); }
H1.HeaderClassName
{
color: #00ACF1;
}
.AnyTagClassName
{
color: #00ACF1;
}
</style>
background-color css
<style>
a { background-color: #00ACF1; }
a { background-color: rgb(0,172,241); }
div.DivClassName
{
background-color: #00ACF1;
}
.BgClassName
{
background-color: #00ACF1;
}
</style>
border-color css
<style>
span { border-color: #00ACF1; }
span { border-color: rgb(0,172,241); }
td.TdClassName
{
border-color: #00ACF1;
}
.TagClassName
{
border-color: #00ACF1;
}
</style>