Shades of Pacific Blue #1198D1
Tints of Pacific Blue #1198D1
RGB
CMYK
RGB Variations
Color information
#1198D1 (or 0x1198D1) is known color: Pacific Blue. HEX triplet: 11, 98 and D1. RGB value is (17,152,209). Sum of RGB (Red+Green+Blue) = 17+152+209=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 209 (82.03% from 255 or 55.29% from 378); Max value from RGB is 209 - color contains mainly: blue. Hex color #1198D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1198D1 is #EE672E. Grayscale: #757575. Windows color (decimal): -15623983 or 13735953. OLE color: 13735953.
HSL color Cylindrical-coordinate representation of color #1198D1: hue angle of 197.81º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1198D1 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 17 | 152 | 209 | - |
| CMYK | 0.92 | 0.27 | 0 | 0.18 |
| HSL | 197.81º | 0.85% | 0.44% | - |
| HSV(B) | 197.81º | 0.92% | 0.82% | - |
| XYZ | 22.97 | 27.18 | 64.36 | - |
| YUV | 118.13 | 179.27 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 152 | 209 | 0.92 | 0.27 | 0 | 0.18 | 197.81 | 0.85 | 0.44 |
| Hex | 11 | 98 | D1 | 5C | 1B | 0 | 12 | C6 | 55 | 2C |
| Octal | 21 | 230 | 321 | 134 | 33 | 0 | 22 | 306 | 125 | 54 |
| Binary | 10001 | 10011000 | 11010001 | 1011100 | 11011 | 0 | 10010 | 11000110 | 1010101 | 101100 |
Color Harmonies of #1198D1
Complementary color
Monochromatic Colors of #1198D1
Black with #1198D1
Text Example
Text Example
White with #1198D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1198D1; }
p { color: rgb(17,152,209); }
H1.HeaderClassName
{
color: #1198D1;
}
.AnyTagClassName
{
color: #1198D1;
}
</style>
background-color css
<style>
a { background-color: #1198D1; }
a { background-color: rgb(17,152,209); }
div.DivClassName
{
background-color: #1198D1;
}
.BgClassName
{
background-color: #1198D1;
}
</style>
border-color css
<style>
span { border-color: #1198D1; }
span { border-color: rgb(17,152,209); }
td.TdClassName
{
border-color: #1198D1;
}
.TagClassName
{
border-color: #1198D1;
}
</style>