Shades of Deep Sky Blue #1AC3FF
Tints of Deep Sky Blue #1AC3FF
RGB
CMYK
RGB Variations
Color information
#1AC3FF (or 0x1AC3FF) is known color: Deep Sky Blue. HEX triplet: 1A, C3 and FF. RGB value is (26,195,255). Sum of RGB (Red+Green+Blue) = 26+195+255=476 (63% of max value = 765). Red value is 26 (10.55% from 255 or 5.46% from 476); Green value is 195 (76.56% from 255 or 40.97% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #1AC3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AC3FF is #E53C00. Grayscale: #969696. Windows color (decimal): -15023105 or 16761626. OLE color: 16761626.
HSL color Cylindrical-coordinate representation of color #1AC3FF: hue angle of 195.72º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1AC3FF is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 26 | 195 | 255 | - |
| CMYK | 0.90 | 0.24 | 0 | 0 |
| HSL | 195.72º | 1% | 0.55% | - |
| HSV(B) | 195.72º | 0.9% | 1% | - |
| XYZ | 37.99 | 46.47 | 101.58 | - |
| YUV | 151.31 | 186.51 | 38.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 195 | 255 | 0.90 | 0.24 | 0 | 0 | 195.72 | 1 | 0.55 |
| Hex | 1A | C3 | FF | 5A | 18 | 0 | 0 | C4 | 64 | 37 |
| Octal | 32 | 303 | 377 | 132 | 30 | 0 | 0 | 304 | 144 | 67 |
| Binary | 11010 | 11000011 | 11111111 | 1011010 | 11000 | 0 | 0 | 11000100 | 1100100 | 110111 |
Color Harmonies of #1AC3FF
Complementary color
Monochromatic Colors of #1AC3FF
Black with #1AC3FF
Text Example
Text Example
White with #1AC3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC3FF; }
p { color: rgb(26,195,255); }
H1.HeaderClassName
{
color: #1AC3FF;
}
.AnyTagClassName
{
color: #1AC3FF;
}
</style>
background-color css
<style>
a { background-color: #1AC3FF; }
a { background-color: rgb(26,195,255); }
div.DivClassName
{
background-color: #1AC3FF;
}
.BgClassName
{
background-color: #1AC3FF;
}
</style>
border-color css
<style>
span { border-color: #1AC3FF; }
span { border-color: rgb(26,195,255); }
td.TdClassName
{
border-color: #1AC3FF;
}
.TagClassName
{
border-color: #1AC3FF;
}
</style>