Shades of Deep Sky Blue #1ACCFC
Tints of Deep Sky Blue #1ACCFC
RGB
CMYK
RGB Variations
Color information
#1ACCFC (or 0x1ACCFC) is known color: Deep Sky Blue. HEX triplet: 1A, CC and FC. RGB value is (26,204,252). Sum of RGB (Red+Green+Blue) = 26+204+252=482 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.39% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #1ACCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACCFC is #E53303. Grayscale: #9B9B9B. Windows color (decimal): -15020804 or 16567322. OLE color: 16567322.
HSL color Cylindrical-coordinate representation of color #1ACCFC: hue angle of 192.74º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ACCFC is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 26 | 204 | 252 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.01 |
| HSL | 192.74º | 0.97% | 0.55% | - |
| HSV(B) | 192.74º | 0.9% | 0.99% | - |
| XYZ | 39.59 | 50.43 | 99.74 | - |
| YUV | 156.25 | 182.03 | 35.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 204 | 252 | 0.90 | 0.19 | 0 | 0.01 | 192.74 | 0.97 | 0.55 |
| Hex | 1A | CC | FC | 5A | 13 | 0 | 1 | C1 | 61 | 37 |
| Octal | 32 | 314 | 374 | 132 | 23 | 0 | 1 | 301 | 141 | 67 |
| Binary | 11010 | 11001100 | 11111100 | 1011010 | 10011 | 0 | 1 | 11000001 | 1100001 | 110111 |
Color Harmonies of #1ACCFC
Complementary color
Monochromatic Colors of #1ACCFC
Black with #1ACCFC
Text Example
Text Example
White with #1ACCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACCFC; }
p { color: rgb(26,204,252); }
H1.HeaderClassName
{
color: #1ACCFC;
}
.AnyTagClassName
{
color: #1ACCFC;
}
</style>
background-color css
<style>
a { background-color: #1ACCFC; }
a { background-color: rgb(26,204,252); }
div.DivClassName
{
background-color: #1ACCFC;
}
.BgClassName
{
background-color: #1ACCFC;
}
</style>
border-color css
<style>
span { border-color: #1ACCFC; }
span { border-color: rgb(26,204,252); }
td.TdClassName
{
border-color: #1ACCFC;
}
.TagClassName
{
border-color: #1ACCFC;
}
</style>