Shades of Pacific Blue #129DDF
Tints of Pacific Blue #129DDF
RGB
CMYK
RGB Variations
Color information
#129DDF (or 0x129DDF) is known color: Pacific Blue. HEX triplet: 12, 9D and DF. RGB value is (18,157,223). Sum of RGB (Red+Green+Blue) = 18+157+223=398 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.52% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 223 (87.5% from 255 or 56.03% from 398); Max value from RGB is 223 - color contains mainly: blue. Hex color #129DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129DDF is #ED6220. Grayscale: #7A7A7A. Windows color (decimal): -15557153 or 14654738. OLE color: 14654738.
HSL color Cylindrical-coordinate representation of color #129DDF: hue angle of 199.32º 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 #129DDF is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 157 | 223 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.13 |
| HSL | 199.32º | 0.85% | 0.47% | - |
| HSV(B) | 199.32º | 0.92% | 0.87% | - |
| XYZ | 25.63 | 29.57 | 74.17 | - |
| YUV | 122.96 | 184.45 | 53.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 223 | 0.92 | 0.30 | 0 | 0.13 | 199.32 | 0.85 | 0.47 |
| Hex | 12 | 9D | DF | 5C | 1E | 0 | D | C7 | 55 | 2F |
| Octal | 22 | 235 | 337 | 134 | 36 | 0 | 15 | 307 | 125 | 57 |
| Binary | 10010 | 10011101 | 11011111 | 1011100 | 11110 | 0 | 1101 | 11000111 | 1010101 | 101111 |
Color Harmonies of #129DDF
Complementary color
Monochromatic Colors of #129DDF
Black with #129DDF
Text Example
Text Example
White with #129DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129DDF; }
p { color: rgb(18,157,223); }
H1.HeaderClassName
{
color: #129DDF;
}
.AnyTagClassName
{
color: #129DDF;
}
</style>
background-color css
<style>
a { background-color: #129DDF; }
a { background-color: rgb(18,157,223); }
div.DivClassName
{
background-color: #129DDF;
}
.BgClassName
{
background-color: #129DDF;
}
</style>
border-color css
<style>
span { border-color: #129DDF; }
span { border-color: rgb(18,157,223); }
td.TdClassName
{
border-color: #129DDF;
}
.TagClassName
{
border-color: #129DDF;
}
</style>