Shades of Deep Sky Blue #1ACDF0
Tints of Deep Sky Blue #1ACDF0
RGB
CMYK
RGB Variations
Color information
#1ACDF0 (or 0x1ACDF0) is known color: Deep Sky Blue. HEX triplet: 1A, CD and F0. RGB value is (26,205,240). Sum of RGB (Red+Green+Blue) = 26+205+240=471 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.52% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 240 (94.14% from 255 or 50.96% from 471); Max value from RGB is 240 - color contains mainly: blue. Hex color #1ACDF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACDF0 is #E5320F. Grayscale: #9B9B9B. Windows color (decimal): -15020560 or 15781146. OLE color: 15781146.
HSL color Cylindrical-coordinate representation of color #1ACDF0: hue angle of 189.81º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1ACDF0 is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 205 | 240 | - |
| CMYK | 0.89 | 0.15 | 0 | 0.06 |
| HSL | 189.81º | 0.88% | 0.52% | - |
| HSV(B) | 189.81º | 0.89% | 0.94% | - |
| XYZ | 37.99 | 50.17 | 90.12 | - |
| YUV | 155.47 | 175.7 | 35.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 205 | 240 | 0.89 | 0.15 | 0 | 0.06 | 189.81 | 0.88 | 0.52 |
| Hex | 1A | CD | F0 | 59 | F | 0 | 6 | BE | 58 | 34 |
| Octal | 32 | 315 | 360 | 131 | 17 | 0 | 6 | 276 | 130 | 64 |
| Binary | 11010 | 11001101 | 11110000 | 1011001 | 1111 | 0 | 110 | 10111110 | 1011000 | 110100 |
Color Harmonies of #1ACDF0
Complementary color
Monochromatic Colors of #1ACDF0
Black with #1ACDF0
Text Example
Text Example
White with #1ACDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACDF0; }
p { color: rgb(26,205,240); }
H1.HeaderClassName
{
color: #1ACDF0;
}
.AnyTagClassName
{
color: #1ACDF0;
}
</style>
background-color css
<style>
a { background-color: #1ACDF0; }
a { background-color: rgb(26,205,240); }
div.DivClassName
{
background-color: #1ACDF0;
}
.BgClassName
{
background-color: #1ACDF0;
}
</style>
border-color css
<style>
span { border-color: #1ACDF0; }
span { border-color: rgb(26,205,240); }
td.TdClassName
{
border-color: #1ACDF0;
}
.TagClassName
{
border-color: #1ACDF0;
}
</style>