Shades of Pacific Blue #1299C5
Tints of Pacific Blue #1299C5
RGB
CMYK
RGB Variations
Color information
#1299C5 (or 0x1299C5) is known color: Pacific Blue. HEX triplet: 12, 99 and C5. RGB value is (18,153,197). Sum of RGB (Red+Green+Blue) = 18+153+197=368 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.89% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 197 (77.34% from 255 or 53.53% from 368); Max value from RGB is 197 - color contains mainly: blue. Hex color #1299C5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1299C5 is #ED663A. Grayscale: #757575. Windows color (decimal): -15558203 or 12949778. OLE color: 12949778.
HSL color Cylindrical-coordinate representation of color #1299C5: hue angle of 194.75º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1299C5 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 153 | 197 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.23 |
| HSL | 194.75º | 0.83% | 0.42% | - |
| HSV(B) | 194.75º | 0.91% | 0.77% | - |
| XYZ | 21.72 | 26.94 | 56.88 | - |
| YUV | 117.65 | 172.77 | 56.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 197 | 0.91 | 0.22 | 0 | 0.23 | 194.75 | 0.83 | 0.42 |
| Hex | 12 | 99 | C5 | 5B | 16 | 0 | 17 | C3 | 53 | 2A |
| Octal | 22 | 231 | 305 | 133 | 26 | 0 | 27 | 303 | 123 | 52 |
| Binary | 10010 | 10011001 | 11000101 | 1011011 | 10110 | 0 | 10111 | 11000011 | 1010011 | 101010 |
Color Harmonies of #1299C5
Complementary color
Monochromatic Colors of #1299C5
Black with #1299C5
Text Example
Text Example
White with #1299C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1299C5; }
p { color: rgb(18,153,197); }
H1.HeaderClassName
{
color: #1299C5;
}
.AnyTagClassName
{
color: #1299C5;
}
</style>
background-color css
<style>
a { background-color: #1299C5; }
a { background-color: rgb(18,153,197); }
div.DivClassName
{
background-color: #1299C5;
}
.BgClassName
{
background-color: #1299C5;
}
</style>
border-color css
<style>
span { border-color: #1299C5; }
span { border-color: rgb(18,153,197); }
td.TdClassName
{
border-color: #1299C5;
}
.TagClassName
{
border-color: #1299C5;
}
</style>