Shades of Deep Sky Blue #00ACF2
Tints of Deep Sky Blue #00ACF2
RGB
CMYK
RGB Variations
Color information
#00ACF2 (or 0x00ACF2) is known color: Deep Sky Blue. HEX triplet: 00, AC and F2. RGB value is (0,172,242). Sum of RGB (Red+Green+Blue) = 0+172+242=414 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 242 (94.92% from 255 or 58.45% from 414); Max value from RGB is 242 - color contains mainly: blue. Hex color #00ACF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #00ACF2 is #FF530D. Grayscale: #808080. Windows color (decimal): -16732942 or 15903744. OLE color: 15903744.
HSL color Cylindrical-coordinate representation of color #00ACF2: hue angle of 197.36º 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 #00ACF2 is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 0 | 172 | 242 | - |
| CMYK | 1 | 0.29 | 0 | 0.05 |
| HSL | 197.36º | 1% | 0.47% | - |
| HSV(B) | 197.36º | 1% | 0.95% | - |
| XYZ | 30.78 | 35.92 | 89.31 | - |
| YUV | 128.55 | 192.02 | 36.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 172 | 242 | 1 | 0.29 | 0 | 0.05 | 197.36 | 1 | 0.47 |
| Hex | 0 | AC | F2 | 64 | 1D | 0 | 5 | C5 | 64 | 2F |
| Octal | 0 | 254 | 362 | 144 | 35 | 0 | 5 | 305 | 144 | 57 |
| Binary | 0 | 10101100 | 11110010 | 1100100 | 11101 | 0 | 101 | 11000101 | 1100100 | 101111 |
Color Harmonies of #00ACF2
Complementary color
Monochromatic Colors of #00ACF2
Black with #00ACF2
Text Example
Text Example
White with #00ACF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00ACF2; }
p { color: rgb(0,172,242); }
H1.HeaderClassName
{
color: #00ACF2;
}
.AnyTagClassName
{
color: #00ACF2;
}
</style>
background-color css
<style>
a { background-color: #00ACF2; }
a { background-color: rgb(0,172,242); }
div.DivClassName
{
background-color: #00ACF2;
}
.BgClassName
{
background-color: #00ACF2;
}
</style>
border-color css
<style>
span { border-color: #00ACF2; }
span { border-color: rgb(0,172,242); }
td.TdClassName
{
border-color: #00ACF2;
}
.TagClassName
{
border-color: #00ACF2;
}
</style>