Shades of Pacific Blue #1299C8
Tints of Pacific Blue #1299C8
RGB
CMYK
RGB Variations
Color information
#1299C8 (or 0x1299C8) is known color: Pacific Blue. HEX triplet: 12, 99 and C8. RGB value is (18,153,200). Sum of RGB (Red+Green+Blue) = 18+153+200=371 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.85% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 200 (78.52% from 255 or 53.91% from 371); Max value from RGB is 200 - color contains mainly: blue. Hex color #1299C8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1299C8 is #ED6637. Grayscale: #757575. Windows color (decimal): -15558200 or 13146386. OLE color: 13146386.
HSL color Cylindrical-coordinate representation of color #1299C8: hue angle of 195.49º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1299C8 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 18 | 153 | 200 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.22 |
| HSL | 195.49º | 0.83% | 0.43% | - |
| HSV(B) | 195.49º | 0.91% | 0.78% | - |
| XYZ | 22.07 | 27.08 | 58.71 | - |
| YUV | 117.99 | 174.27 | 56.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 153 | 200 | 0.91 | 0.24 | 0 | 0.22 | 195.49 | 0.83 | 0.43 |
| Hex | 12 | 99 | C8 | 5B | 18 | 0 | 16 | C3 | 53 | 2B |
| Octal | 22 | 231 | 310 | 133 | 30 | 0 | 26 | 303 | 123 | 53 |
| Binary | 10010 | 10011001 | 11001000 | 1011011 | 11000 | 0 | 10110 | 11000011 | 1010011 | 101011 |
Color Harmonies of #1299C8
Complementary color
Monochromatic Colors of #1299C8
Black with #1299C8
Text Example
Text Example
White with #1299C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1299C8; }
p { color: rgb(18,153,200); }
H1.HeaderClassName
{
color: #1299C8;
}
.AnyTagClassName
{
color: #1299C8;
}
</style>
background-color css
<style>
a { background-color: #1299C8; }
a { background-color: rgb(18,153,200); }
div.DivClassName
{
background-color: #1299C8;
}
.BgClassName
{
background-color: #1299C8;
}
</style>
border-color css
<style>
span { border-color: #1299C8; }
span { border-color: rgb(18,153,200); }
td.TdClassName
{
border-color: #1299C8;
}
.TagClassName
{
border-color: #1299C8;
}
</style>