Shades of Pacific Blue #12A4CF
Tints of Pacific Blue #12A4CF
RGB
CMYK
RGB Variations
Color information
#12A4CF (or 0x12A4CF) is known color: Pacific Blue. HEX triplet: 12, A4 and CF. RGB value is (18,164,207). Sum of RGB (Red+Green+Blue) = 18+164+207=389 (51% of max value = 765). Red value is 18 (7.42% from 255 or 4.63% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #12A4CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #12A4CF is #ED5B30. Grayscale: #7C7C7C. Windows color (decimal): -15555377 or 13607954. OLE color: 13607954.
HSL color Cylindrical-coordinate representation of color #12A4CF: hue angle of 193.65º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12A4CF is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 18 | 164 | 207 | - |
| CMYK | 0.91 | 0.21 | 0 | 0.19 |
| HSL | 193.65º | 0.84% | 0.44% | - |
| HSV(B) | 193.65º | 0.91% | 0.81% | - |
| XYZ | 24.79 | 31.18 | 63.74 | - |
| YUV | 125.25 | 174.13 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 164 | 207 | 0.91 | 0.21 | 0 | 0.19 | 193.65 | 0.84 | 0.44 |
| Hex | 12 | A4 | CF | 5B | 15 | 0 | 13 | C2 | 54 | 2C |
| Octal | 22 | 244 | 317 | 133 | 25 | 0 | 23 | 302 | 124 | 54 |
| Binary | 10010 | 10100100 | 11001111 | 1011011 | 10101 | 0 | 10011 | 11000010 | 1010100 | 101100 |
Color Harmonies of #12A4CF
Complementary color
Monochromatic Colors of #12A4CF
Black with #12A4CF
Text Example
Text Example
White with #12A4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12A4CF; }
p { color: rgb(18,164,207); }
H1.HeaderClassName
{
color: #12A4CF;
}
.AnyTagClassName
{
color: #12A4CF;
}
</style>
background-color css
<style>
a { background-color: #12A4CF; }
a { background-color: rgb(18,164,207); }
div.DivClassName
{
background-color: #12A4CF;
}
.BgClassName
{
background-color: #12A4CF;
}
</style>
border-color css
<style>
span { border-color: #12A4CF; }
span { border-color: rgb(18,164,207); }
td.TdClassName
{
border-color: #12A4CF;
}
.TagClassName
{
border-color: #12A4CF;
}
</style>