Shades of Pacific Blue #129DDE
Tints of Pacific Blue #129DDE
RGB
CMYK
RGB Variations
Color information
#129DDE (or 0x129DDE) is known color: Pacific Blue. HEX triplet: 12, 9D and DE. RGB value is (18,157,222). Sum of RGB (Red+Green+Blue) = 18+157+222=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #129DDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129DDE is #ED6221. Grayscale: #7A7A7A. Windows color (decimal): -15557154 or 14589202. OLE color: 14589202.
HSL color Cylindrical-coordinate representation of color #129DDE: hue angle of 199.12º 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 #129DDE is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 157 | 222 | - |
| CMYK | 0.92 | 0.29 | 0 | 0.13 |
| HSL | 199.12º | 0.85% | 0.47% | - |
| HSV(B) | 199.12º | 0.92% | 0.87% | - |
| XYZ | 25.49 | 29.52 | 73.46 | - |
| YUV | 122.85 | 183.95 | 53.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 222 | 0.92 | 0.29 | 0 | 0.13 | 199.12 | 0.85 | 0.47 |
| Hex | 12 | 9D | DE | 5C | 1D | 0 | D | C7 | 55 | 2F |
| Octal | 22 | 235 | 336 | 134 | 35 | 0 | 15 | 307 | 125 | 57 |
| Binary | 10010 | 10011101 | 11011110 | 1011100 | 11101 | 0 | 1101 | 11000111 | 1010101 | 101111 |
Color Harmonies of #129DDE
Complementary color
Monochromatic Colors of #129DDE
Black with #129DDE
Text Example
Text Example
White with #129DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129DDE; }
p { color: rgb(18,157,222); }
H1.HeaderClassName
{
color: #129DDE;
}
.AnyTagClassName
{
color: #129DDE;
}
</style>
background-color css
<style>
a { background-color: #129DDE; }
a { background-color: rgb(18,157,222); }
div.DivClassName
{
background-color: #129DDE;
}
.BgClassName
{
background-color: #129DDE;
}
</style>
border-color css
<style>
span { border-color: #129DDE; }
span { border-color: rgb(18,157,222); }
td.TdClassName
{
border-color: #129DDE;
}
.TagClassName
{
border-color: #129DDE;
}
</style>