Shades of Deep Sky Blue #2ACDFF
Tints of Deep Sky Blue #2ACDFF
RGB
CMYK
RGB Variations
Color information
#2ACDFF (or 0x2ACDFF) is known color: Deep Sky Blue. HEX triplet: 2A, CD and FF. RGB value is (42,205,255). Sum of RGB (Red+Green+Blue) = 42+205+255=502 (66% of max value = 765). Red value is 42 (16.80% from 255 or 8.37% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #2ACDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ACDFF is #D53200. Grayscale: #A1A1A1. Windows color (decimal): -13971969 or 16764202. OLE color: 16764202.
HSL color Cylindrical-coordinate representation of color #2ACDFF: hue angle of 194.08º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2ACDFF is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 42 | 205 | 255 | - |
| CMYK | 0.84 | 0.20 | 0 | 0 |
| HSL | 194.08º | 1% | 0.58% | - |
| HSV(B) | 194.08º | 0.84% | 1% | - |
| XYZ | 40.84 | 51.37 | 102.37 | - |
| YUV | 161.96 | 180.5 | 42.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 255 | 0.84 | 0.20 | 0 | 0 | 194.08 | 1 | 0.58 |
| Hex | 2A | CD | FF | 54 | 14 | 0 | 0 | C2 | 64 | 3A |
| Octal | 52 | 315 | 377 | 124 | 24 | 0 | 0 | 302 | 144 | 72 |
| Binary | 101010 | 11001101 | 11111111 | 1010100 | 10100 | 0 | 0 | 11000010 | 1100100 | 111010 |
Color Harmonies of #2ACDFF
Complementary color
Monochromatic Colors of #2ACDFF
Black with #2ACDFF
Text Example
Text Example
White with #2ACDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACDFF; }
p { color: rgb(42,205,255); }
H1.HeaderClassName
{
color: #2ACDFF;
}
.AnyTagClassName
{
color: #2ACDFF;
}
</style>
background-color css
<style>
a { background-color: #2ACDFF; }
a { background-color: rgb(42,205,255); }
div.DivClassName
{
background-color: #2ACDFF;
}
.BgClassName
{
background-color: #2ACDFF;
}
</style>
border-color css
<style>
span { border-color: #2ACDFF; }
span { border-color: rgb(42,205,255); }
td.TdClassName
{
border-color: #2ACDFF;
}
.TagClassName
{
border-color: #2ACDFF;
}
</style>