Shades of Pacific Blue #1299C4
Tints of Pacific Blue #1299C4
RGB
CMYK
RGB Variations
Color information
#1299C4 (or 0x1299C4) is known color: Pacific Blue. HEX triplet: 12, 99 and C4. RGB value is (18,153,196). Sum of RGB (Red+Green+Blue) = 18+153+196=367 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.90% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 196 (76.95% from 255 or 53.41% from 367); Max value from RGB is 196 - color contains mainly: blue. Hex color #1299C4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1299C4 is #ED663B. Grayscale: #757575. Windows color (decimal): -15558204 or 12884242. OLE color: 12884242.
HSL color Cylindrical-coordinate representation of color #1299C4: hue angle of 194.49º 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 #1299C4 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 18 | 153 | 196 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.23 |
| HSL | 194.49º | 0.83% | 0.42% | - |
| HSV(B) | 194.49º | 0.91% | 0.77% | - |
| XYZ | 21.6 | 26.9 | 56.28 | - |
| YUV | 117.54 | 172.27 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 196 | 0.91 | 0.22 | 0 | 0.23 | 194.49 | 0.83 | 0.42 |
| Hex | 12 | 99 | C4 | 5B | 16 | 0 | 17 | C2 | 53 | 2A |
| Octal | 22 | 231 | 304 | 133 | 26 | 0 | 27 | 302 | 123 | 52 |
| Binary | 10010 | 10011001 | 11000100 | 1011011 | 10110 | 0 | 10111 | 11000010 | 1010011 | 101010 |
Color Harmonies of #1299C4
Complementary color
Monochromatic Colors of #1299C4
Black with #1299C4
Text Example
Text Example
White with #1299C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1299C4; }
p { color: rgb(18,153,196); }
H1.HeaderClassName
{
color: #1299C4;
}
.AnyTagClassName
{
color: #1299C4;
}
</style>
background-color css
<style>
a { background-color: #1299C4; }
a { background-color: rgb(18,153,196); }
div.DivClassName
{
background-color: #1299C4;
}
.BgClassName
{
background-color: #1299C4;
}
</style>
border-color css
<style>
span { border-color: #1299C4; }
span { border-color: rgb(18,153,196); }
td.TdClassName
{
border-color: #1299C4;
}
.TagClassName
{
border-color: #1299C4;
}
</style>