Shades of Pacific Blue #12A1DD
Tints of Pacific Blue #12A1DD
RGB
CMYK
RGB Variations
Color information
#12A1DD (or 0x12A1DD) is known color: Pacific Blue. HEX triplet: 12, A1 and DD. RGB value is (18,161,221). Sum of RGB (Red+Green+Blue) = 18+161+221=400 (52% of max value = 765). Red value is 18 (7.42% from 255 or 4.5% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #12A1DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A1DD is #ED5E22. Grayscale: #7C7C7C. Windows color (decimal): -15556131 or 14524690. OLE color: 14524690.
HSL color Cylindrical-coordinate representation of color #12A1DD: hue angle of 197.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 #12A1DD is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 161 | 221 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.13 |
| HSL | 197.73º | 0.85% | 0.47% | - |
| HSV(B) | 197.73º | 0.92% | 0.87% | - |
| XYZ | 26.05 | 30.84 | 72.99 | - |
| YUV | 125.08 | 182.12 | 51.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 161 | 221 | 0.92 | 0.27 | 0 | 0.13 | 197.73 | 0.85 | 0.47 |
| Hex | 12 | A1 | DD | 5C | 1B | 0 | D | C6 | 55 | 2F |
| Octal | 22 | 241 | 335 | 134 | 33 | 0 | 15 | 306 | 125 | 57 |
| Binary | 10010 | 10100001 | 11011101 | 1011100 | 11011 | 0 | 1101 | 11000110 | 1010101 | 101111 |
Color Harmonies of #12A1DD
Complementary color
Monochromatic Colors of #12A1DD
Black with #12A1DD
Text Example
Text Example
White with #12A1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A1DD; }
p { color: rgb(18,161,221); }
H1.HeaderClassName
{
color: #12A1DD;
}
.AnyTagClassName
{
color: #12A1DD;
}
</style>
background-color css
<style>
a { background-color: #12A1DD; }
a { background-color: rgb(18,161,221); }
div.DivClassName
{
background-color: #12A1DD;
}
.BgClassName
{
background-color: #12A1DD;
}
</style>
border-color css
<style>
span { border-color: #12A1DD; }
span { border-color: rgb(18,161,221); }
td.TdClassName
{
border-color: #12A1DD;
}
.TagClassName
{
border-color: #12A1DD;
}
</style>