Shades of Pacific Blue #129FDF
Tints of Pacific Blue #129FDF
RGB
CMYK
RGB Variations
Color information
#129FDF (or 0x129FDF) is known color: Pacific Blue. HEX triplet: 12, 9F and DF. RGB value is (18,159,223). Sum of RGB (Red+Green+Blue) = 18+159+223=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 159 (62.5% from 255 or 39.75% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #129FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129FDF is #ED6020. Grayscale: #7B7B7B. Windows color (decimal): -15556641 or 14655250. OLE color: 14655250.
HSL color Cylindrical-coordinate representation of color #129FDF: hue angle of 198.73º 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 #129FDF is Cyan = 0.92, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 159 | 223 | - |
| CMYK | 0.92 | 0.29 | 0 | 0.13 |
| HSL | 198.73º | 0.85% | 0.47% | - |
| HSV(B) | 198.73º | 0.92% | 0.87% | - |
| XYZ | 25.97 | 30.25 | 74.28 | - |
| YUV | 124.14 | 183.79 | 52.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 159 | 223 | 0.92 | 0.29 | 0 | 0.13 | 198.73 | 0.85 | 0.47 |
| Hex | 12 | 9F | DF | 5C | 1D | 0 | D | C7 | 55 | 2F |
| Octal | 22 | 237 | 337 | 134 | 35 | 0 | 15 | 307 | 125 | 57 |
| Binary | 10010 | 10011111 | 11011111 | 1011100 | 11101 | 0 | 1101 | 11000111 | 1010101 | 101111 |
Color Harmonies of #129FDF
Complementary color
Monochromatic Colors of #129FDF
Black with #129FDF
Text Example
Text Example
White with #129FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #129FDF; }
p { color: rgb(18,159,223); }
H1.HeaderClassName
{
color: #129FDF;
}
.AnyTagClassName
{
color: #129FDF;
}
</style>
background-color css
<style>
a { background-color: #129FDF; }
a { background-color: rgb(18,159,223); }
div.DivClassName
{
background-color: #129FDF;
}
.BgClassName
{
background-color: #129FDF;
}
</style>
border-color css
<style>
span { border-color: #129FDF; }
span { border-color: rgb(18,159,223); }
td.TdClassName
{
border-color: #129FDF;
}
.TagClassName
{
border-color: #129FDF;
}
</style>