Shades of Pacific Blue #129DD3
Tints of Pacific Blue #129DD3
RGB
CMYK
RGB Variations
Color information
#129DD3 (or 0x129DD3) is known color: Pacific Blue. HEX triplet: 12, 9D and D3. RGB value is (18,157,211). Sum of RGB (Red+Green+Blue) = 18+157+211=386 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.66% from 386); Green value is 157 (61.72% from 255 or 40.67% from 386); Blue value is 211 (82.81% from 255 or 54.66% from 386); Max value from RGB is 211 - color contains mainly: blue. Hex color #129DD3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129DD3 is #ED622C. Grayscale: #797979. Windows color (decimal): -15557165 or 13868306. OLE color: 13868306.
HSL color Cylindrical-coordinate representation of color #129DD3: hue angle of 196.79º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129DD3 is Cyan = 0.91, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 18 | 157 | 211 | - |
| CMYK | 0.91 | 0.26 | 0 | 0.17 |
| HSL | 196.79º | 0.84% | 0.45% | - |
| HSV(B) | 196.79º | 0.91% | 0.83% | - |
| XYZ | 24.06 | 28.95 | 65.95 | - |
| YUV | 121.6 | 178.45 | 54.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 157 | 211 | 0.91 | 0.26 | 0 | 0.17 | 196.79 | 0.84 | 0.45 |
| Hex | 12 | 9D | D3 | 5B | 1A | 0 | 11 | C5 | 54 | 2D |
| Octal | 22 | 235 | 323 | 133 | 32 | 0 | 21 | 305 | 124 | 55 |
| Binary | 10010 | 10011101 | 11010011 | 1011011 | 11010 | 0 | 10001 | 11000101 | 1010100 | 101101 |
Color Harmonies of #129DD3
Complementary color
Monochromatic Colors of #129DD3
Black with #129DD3
Text Example
Text Example
White with #129DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129DD3; }
p { color: rgb(18,157,211); }
H1.HeaderClassName
{
color: #129DD3;
}
.AnyTagClassName
{
color: #129DD3;
}
</style>
background-color css
<style>
a { background-color: #129DD3; }
a { background-color: rgb(18,157,211); }
div.DivClassName
{
background-color: #129DD3;
}
.BgClassName
{
background-color: #129DD3;
}
</style>
border-color css
<style>
span { border-color: #129DD3; }
span { border-color: rgb(18,157,211); }
td.TdClassName
{
border-color: #129DD3;
}
.TagClassName
{
border-color: #129DD3;
}
</style>