Shades of Deep Sky Blue #1ACFF0
Tints of Deep Sky Blue #1ACFF0
RGB
CMYK
RGB Variations
Color information
#1ACFF0 (or 0x1ACFF0) is known color: Deep Sky Blue. HEX triplet: 1A, CF and F0. RGB value is (26,207,240). Sum of RGB (Red+Green+Blue) = 26+207+240=473 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.50% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #1ACFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACFF0 is #E5300F. Grayscale: #9C9C9C. Windows color (decimal): -15020048 or 15781658. OLE color: 15781658.
HSL color Cylindrical-coordinate representation of color #1ACFF0: hue angle of 189.25º 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 #1ACFF0 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 26 | 207 | 240 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.06 |
| HSL | 189.25º | 0.88% | 0.52% | - |
| HSV(B) | 189.25º | 0.89% | 0.94% | - |
| XYZ | 38.47 | 51.14 | 90.28 | - |
| YUV | 156.64 | 175.03 | 34.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 207 | 240 | 0.89 | 0.14 | 0 | 0.06 | 189.25 | 0.88 | 0.52 |
| Hex | 1A | CF | F0 | 59 | E | 0 | 6 | BD | 58 | 34 |
| Octal | 32 | 317 | 360 | 131 | 16 | 0 | 6 | 275 | 130 | 64 |
| Binary | 11010 | 11001111 | 11110000 | 1011001 | 1110 | 0 | 110 | 10111101 | 1011000 | 110100 |
Color Harmonies of #1ACFF0
Complementary color
Monochromatic Colors of #1ACFF0
Black with #1ACFF0
Text Example
Text Example
White with #1ACFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACFF0; }
p { color: rgb(26,207,240); }
H1.HeaderClassName
{
color: #1ACFF0;
}
.AnyTagClassName
{
color: #1ACFF0;
}
</style>
background-color css
<style>
a { background-color: #1ACFF0; }
a { background-color: rgb(26,207,240); }
div.DivClassName
{
background-color: #1ACFF0;
}
.BgClassName
{
background-color: #1ACFF0;
}
</style>
border-color css
<style>
span { border-color: #1ACFF0; }
span { border-color: rgb(26,207,240); }
td.TdClassName
{
border-color: #1ACFF0;
}
.TagClassName
{
border-color: #1ACFF0;
}
</style>