Shades of Pacific Blue #129ADE
Tints of Pacific Blue #129ADE
RGB
CMYK
RGB Variations
Color information
#129ADE (or 0x129ADE) is known color: Pacific Blue. HEX triplet: 12, 9A and DE. RGB value is (18,154,222). Sum of RGB (Red+Green+Blue) = 18+154+222=394 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.57% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 222 (87.11% from 255 or 56.35% from 394); Max value from RGB is 222 - color contains mainly: blue. Hex color #129ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129ADE is #ED6521. Grayscale: #787878. Windows color (decimal): -15557922 or 14588434. OLE color: 14588434.
HSL color Cylindrical-coordinate representation of color #129ADE: hue angle of 200º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #129ADE is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 154 | 222 | - |
| CMYK | 0.92 | 0.31 | 0 | 0.13 |
| HSL | 200º | 0.85% | 0.47% | - |
| HSV(B) | 200º | 0.92% | 0.87% | - |
| XYZ | 24.99 | 28.51 | 73.29 | - |
| YUV | 121.09 | 184.94 | 54.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 154 | 222 | 0.92 | 0.31 | 0 | 0.13 | 200 | 0.85 | 0.47 |
| Hex | 12 | 9A | DE | 5C | 1F | 0 | D | C8 | 55 | 2F |
| Octal | 22 | 232 | 336 | 134 | 37 | 0 | 15 | 310 | 125 | 57 |
| Binary | 10010 | 10011010 | 11011110 | 1011100 | 11111 | 0 | 1101 | 11001000 | 1010101 | 101111 |
Color Harmonies of #129ADE
Complementary color
Monochromatic Colors of #129ADE
Black with #129ADE
Text Example
Text Example
White with #129ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129ADE; }
p { color: rgb(18,154,222); }
H1.HeaderClassName
{
color: #129ADE;
}
.AnyTagClassName
{
color: #129ADE;
}
</style>
background-color css
<style>
a { background-color: #129ADE; }
a { background-color: rgb(18,154,222); }
div.DivClassName
{
background-color: #129ADE;
}
.BgClassName
{
background-color: #129ADE;
}
</style>
border-color css
<style>
span { border-color: #129ADE; }
span { border-color: rgb(18,154,222); }
td.TdClassName
{
border-color: #129ADE;
}
.TagClassName
{
border-color: #129ADE;
}
</style>