Shades of Pacific Blue #1A9ADB
Tints of Pacific Blue #1A9ADB
RGB
CMYK
RGB Variations
Color information
#1A9ADB (or 0x1A9ADB) is known color: Pacific Blue. HEX triplet: 1A, 9A and DB. RGB value is (26,154,219). Sum of RGB (Red+Green+Blue) = 26+154+219=399 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.52% from 399); Green value is 154 (60.55% from 255 or 38.60% from 399); Blue value is 219 (85.94% from 255 or 54.89% from 399); Max value from RGB is 219 - color contains mainly: blue. Hex color #1A9ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A9ADB is #E56524. Grayscale: #7A7A7A. Windows color (decimal): -15033637 or 14391834. OLE color: 14391834.
HSL color Cylindrical-coordinate representation of color #1A9ADB: hue angle of 200.21º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A9ADB is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 26 | 154 | 219 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.14 |
| HSL | 200.21º | 0.79% | 0.48% | - |
| HSV(B) | 200.21º | 0.88% | 0.86% | - |
| XYZ | 24.77 | 28.45 | 71.2 | - |
| YUV | 123.14 | 182.09 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 154 | 219 | 0.88 | 0.30 | 0 | 0.14 | 200.21 | 0.79 | 0.48 |
| Hex | 1A | 9A | DB | 58 | 1E | 0 | E | C8 | 4F | 30 |
| Octal | 32 | 232 | 333 | 130 | 36 | 0 | 16 | 310 | 117 | 60 |
| Binary | 11010 | 10011010 | 11011011 | 1011000 | 11110 | 0 | 1110 | 11001000 | 1001111 | 110000 |
Color Harmonies of #1A9ADB
Complementary color
Monochromatic Colors of #1A9ADB
Black with #1A9ADB
Text Example
Text Example
White with #1A9ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9ADB; }
p { color: rgb(26,154,219); }
H1.HeaderClassName
{
color: #1A9ADB;
}
.AnyTagClassName
{
color: #1A9ADB;
}
</style>
background-color css
<style>
a { background-color: #1A9ADB; }
a { background-color: rgb(26,154,219); }
div.DivClassName
{
background-color: #1A9ADB;
}
.BgClassName
{
background-color: #1A9ADB;
}
</style>
border-color css
<style>
span { border-color: #1A9ADB; }
span { border-color: rgb(26,154,219); }
td.TdClassName
{
border-color: #1A9ADB;
}
.TagClassName
{
border-color: #1A9ADB;
}
</style>