Shades of Deep Sky Blue #1AC2FB
Tints of Deep Sky Blue #1AC2FB
RGB
CMYK
RGB Variations
Color information
#1AC2FB (or 0x1AC2FB) is known color: Deep Sky Blue. HEX triplet: 1A, C2 and FB. RGB value is (26,194,251). Sum of RGB (Red+Green+Blue) = 26+194+251=471 (62% of max value = 765). Red value is 26 (10.55% from 255 or 5.52% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 251 (98.44% from 255 or 53.29% from 471); Max value from RGB is 251 - color contains mainly: blue. Hex color #1AC2FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1AC2FB is #E53D04. Grayscale: #959595. Windows color (decimal): -15023365 or 16499226. OLE color: 16499226.
HSL color Cylindrical-coordinate representation of color #1AC2FB: hue angle of 195.2º 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 #1AC2FB is Cyan = 0.90, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 26 | 194 | 251 | - |
| CMYK | 0.90 | 0.23 | 0 | 0.02 |
| HSL | 195.2º | 0.97% | 0.54% | - |
| HSV(B) | 195.2º | 0.9% | 0.98% | - |
| XYZ | 37.13 | 45.77 | 98.14 | - |
| YUV | 150.27 | 184.84 | 39.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 194 | 251 | 0.90 | 0.23 | 0 | 0.02 | 195.2 | 0.97 | 0.54 |
| Hex | 1A | C2 | FB | 5A | 17 | 0 | 2 | C3 | 61 | 36 |
| Octal | 32 | 302 | 373 | 132 | 27 | 0 | 2 | 303 | 141 | 66 |
| Binary | 11010 | 11000010 | 11111011 | 1011010 | 10111 | 0 | 10 | 11000011 | 1100001 | 110110 |
Color Harmonies of #1AC2FB
Complementary color
Monochromatic Colors of #1AC2FB
Black with #1AC2FB
Text Example
Text Example
White with #1AC2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC2FB; }
p { color: rgb(26,194,251); }
H1.HeaderClassName
{
color: #1AC2FB;
}
.AnyTagClassName
{
color: #1AC2FB;
}
</style>
background-color css
<style>
a { background-color: #1AC2FB; }
a { background-color: rgb(26,194,251); }
div.DivClassName
{
background-color: #1AC2FB;
}
.BgClassName
{
background-color: #1AC2FB;
}
</style>
border-color css
<style>
span { border-color: #1AC2FB; }
span { border-color: rgb(26,194,251); }
td.TdClassName
{
border-color: #1AC2FB;
}
.TagClassName
{
border-color: #1AC2FB;
}
</style>