Shades of Pacific Blue #129CDF
Tints of Pacific Blue #129CDF
RGB
CMYK
RGB Variations
Color information
#129CDF (or 0x129CDF) is known color: Pacific Blue. HEX triplet: 12, 9C and DF. RGB value is (18,156,223). Sum of RGB (Red+Green+Blue) = 18+156+223=397 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.53% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 223 (87.5% from 255 or 56.17% from 397); Max value from RGB is 223 - color contains mainly: blue. Hex color #129CDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129CDF is #ED6320. Grayscale: #797979. Windows color (decimal): -15557409 or 14654482. OLE color: 14654482.
HSL color Cylindrical-coordinate representation of color #129CDF: hue angle of 199.61º 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 #129CDF is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 156 | 223 | - |
| CMYK | 0.92 | 0.30 | 0 | 0.13 |
| HSL | 199.61º | 0.85% | 0.47% | - |
| HSV(B) | 199.61º | 0.92% | 0.87% | - |
| XYZ | 25.46 | 29.23 | 74.11 | - |
| YUV | 122.38 | 184.78 | 53.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 156 | 223 | 0.92 | 0.30 | 0 | 0.13 | 199.61 | 0.85 | 0.47 |
| Hex | 12 | 9C | DF | 5C | 1E | 0 | D | C8 | 55 | 2F |
| Octal | 22 | 234 | 337 | 134 | 36 | 0 | 15 | 310 | 125 | 57 |
| Binary | 10010 | 10011100 | 11011111 | 1011100 | 11110 | 0 | 1101 | 11001000 | 1010101 | 101111 |
Color Harmonies of #129CDF
Complementary color
Monochromatic Colors of #129CDF
Black with #129CDF
Text Example
Text Example
White with #129CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129CDF; }
p { color: rgb(18,156,223); }
H1.HeaderClassName
{
color: #129CDF;
}
.AnyTagClassName
{
color: #129CDF;
}
</style>
background-color css
<style>
a { background-color: #129CDF; }
a { background-color: rgb(18,156,223); }
div.DivClassName
{
background-color: #129CDF;
}
.BgClassName
{
background-color: #129CDF;
}
</style>
border-color css
<style>
span { border-color: #129CDF; }
span { border-color: rgb(18,156,223); }
td.TdClassName
{
border-color: #129CDF;
}
.TagClassName
{
border-color: #129CDF;
}
</style>