Shades of Pacific Blue #198CCD
Tints of Pacific Blue #198CCD
RGB
CMYK
RGB Variations
Color information
#198CCD (or 0x198CCD) is known color: Pacific Blue. HEX triplet: 19, 8C and CD. RGB value is (25,140,205). Sum of RGB (Red+Green+Blue) = 25+140+205=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 205 (80.47% from 255 or 55.41% from 370); Max value from RGB is 205 - color contains mainly: blue. Hex color #198CCD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198CCD is #E67332. Grayscale: #707070. Windows color (decimal): -15102771 or 13470745. OLE color: 13470745.
HSL color Cylindrical-coordinate representation of color #198CCD: hue angle of 201.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #198CCD is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 140 | 205 | - |
| CMYK | 0.88 | 0.32 | 0 | 0.20 |
| HSL | 201.67º | 0.78% | 0.45% | - |
| HSV(B) | 201.67º | 0.88% | 0.8% | - |
| XYZ | 20.8 | 23.37 | 61.17 | - |
| YUV | 113.03 | 179.9 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 140 | 205 | 0.88 | 0.32 | 0 | 0.20 | 201.67 | 0.78 | 0.45 |
| Hex | 19 | 8C | CD | 58 | 20 | 0 | 14 | CA | 4E | 2D |
| Octal | 31 | 214 | 315 | 130 | 40 | 0 | 24 | 312 | 116 | 55 |
| Binary | 11001 | 10001100 | 11001101 | 1011000 | 100000 | 0 | 10100 | 11001010 | 1001110 | 101101 |
Color Harmonies of #198CCD
Complementary color
Monochromatic Colors of #198CCD
Black with #198CCD
Text Example
Text Example
White with #198CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198CCD; }
p { color: rgb(25,140,205); }
H1.HeaderClassName
{
color: #198CCD;
}
.AnyTagClassName
{
color: #198CCD;
}
</style>
background-color css
<style>
a { background-color: #198CCD; }
a { background-color: rgb(25,140,205); }
div.DivClassName
{
background-color: #198CCD;
}
.BgClassName
{
background-color: #198CCD;
}
</style>
border-color css
<style>
span { border-color: #198CCD; }
span { border-color: rgb(25,140,205); }
td.TdClassName
{
border-color: #198CCD;
}
.TagClassName
{
border-color: #198CCD;
}
</style>