Shades of Pacific Blue #1A9CCE
Tints of Pacific Blue #1A9CCE
RGB
CMYK
RGB Variations
Color information
#1A9CCE (or 0x1A9CCE) is known color: Pacific Blue. HEX triplet: 1A, 9C and CE. RGB value is (26,156,206). Sum of RGB (Red+Green+Blue) = 26+156+206=388 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.70% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #1A9CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A9CCE is #E56331. Grayscale: #7A7A7A. Windows color (decimal): -15033138 or 13540378. OLE color: 13540378.
HSL color Cylindrical-coordinate representation of color #1A9CCE: hue angle of 196.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1A9CCE is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 26 | 156 | 206 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.19 |
| HSL | 196.67º | 0.78% | 0.45% | - |
| HSV(B) | 196.67º | 0.87% | 0.81% | - |
| XYZ | 23.46 | 28.45 | 62.65 | - |
| YUV | 122.83 | 174.93 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 156 | 206 | 0.87 | 0.24 | 0 | 0.19 | 196.67 | 0.78 | 0.45 |
| Hex | 1A | 9C | CE | 57 | 18 | 0 | 13 | C5 | 4E | 2D |
| Octal | 32 | 234 | 316 | 127 | 30 | 0 | 23 | 305 | 116 | 55 |
| Binary | 11010 | 10011100 | 11001110 | 1010111 | 11000 | 0 | 10011 | 11000101 | 1001110 | 101101 |
Color Harmonies of #1A9CCE
Complementary color
Monochromatic Colors of #1A9CCE
Black with #1A9CCE
Text Example
Text Example
White with #1A9CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9CCE; }
p { color: rgb(26,156,206); }
H1.HeaderClassName
{
color: #1A9CCE;
}
.AnyTagClassName
{
color: #1A9CCE;
}
</style>
background-color css
<style>
a { background-color: #1A9CCE; }
a { background-color: rgb(26,156,206); }
div.DivClassName
{
background-color: #1A9CCE;
}
.BgClassName
{
background-color: #1A9CCE;
}
</style>
border-color css
<style>
span { border-color: #1A9CCE; }
span { border-color: rgb(26,156,206); }
td.TdClassName
{
border-color: #1A9CCE;
}
.TagClassName
{
border-color: #1A9CCE;
}
</style>