Shades of Deep Sky Blue #1ACCFB
Tints of Deep Sky Blue #1ACCFB
RGB
CMYK
RGB Variations
Color information
#1ACCFB (or 0x1ACCFB) is known color: Deep Sky Blue. HEX triplet: 1A, CC and FB. RGB value is (26,204,251). Sum of RGB (Red+Green+Blue) = 26+204+251=481 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.41% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #1ACCFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1ACCFB is #E53304. Grayscale: #9B9B9B. Windows color (decimal): -15020805 or 16501786. OLE color: 16501786.
HSL color Cylindrical-coordinate representation of color #1ACCFB: hue angle of 192.53º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1ACCFB is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 204 | 251 | - |
| CMYK | 0.90 | 0.19 | 0 | 0.02 |
| HSL | 192.53º | 0.97% | 0.54% | - |
| HSV(B) | 192.53º | 0.9% | 0.98% | - |
| XYZ | 39.43 | 50.37 | 98.91 | - |
| YUV | 156.14 | 181.53 | 35.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 204 | 251 | 0.90 | 0.19 | 0 | 0.02 | 192.53 | 0.97 | 0.54 |
| Hex | 1A | CC | FB | 5A | 13 | 0 | 2 | C1 | 61 | 36 |
| Octal | 32 | 314 | 373 | 132 | 23 | 0 | 2 | 301 | 141 | 66 |
| Binary | 11010 | 11001100 | 11111011 | 1011010 | 10011 | 0 | 10 | 11000001 | 1100001 | 110110 |
Color Harmonies of #1ACCFB
Complementary color
Monochromatic Colors of #1ACCFB
Black with #1ACCFB
Text Example
Text Example
White with #1ACCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACCFB; }
p { color: rgb(26,204,251); }
H1.HeaderClassName
{
color: #1ACCFB;
}
.AnyTagClassName
{
color: #1ACCFB;
}
</style>
background-color css
<style>
a { background-color: #1ACCFB; }
a { background-color: rgb(26,204,251); }
div.DivClassName
{
background-color: #1ACCFB;
}
.BgClassName
{
background-color: #1ACCFB;
}
</style>
border-color css
<style>
span { border-color: #1ACCFB; }
span { border-color: rgb(26,204,251); }
td.TdClassName
{
border-color: #1ACCFB;
}
.TagClassName
{
border-color: #1ACCFB;
}
</style>