Shades of Pacific Blue #198ACF
Tints of Pacific Blue #198ACF
RGB
CMYK
RGB Variations
Color information
#198ACF (or 0x198ACF) is known color: Pacific Blue. HEX triplet: 19, 8A and CF. RGB value is (25,138,207). Sum of RGB (Red+Green+Blue) = 25+138+207=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #198ACF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198ACF is #E67530. Grayscale: #6F6F6F. Windows color (decimal): -15103281 or 13601305. OLE color: 13601305.
HSL color Cylindrical-coordinate representation of color #198ACF: hue angle of 202.75º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #198ACF is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 138 | 207 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.19 |
| HSL | 202.75º | 0.78% | 0.45% | - |
| HSV(B) | 202.75º | 0.88% | 0.81% | - |
| XYZ | 20.75 | 22.89 | 62.36 | - |
| YUV | 112.08 | 181.56 | 65.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 138 | 207 | 0.88 | 0.33 | 0 | 0.19 | 202.75 | 0.78 | 0.45 |
| Hex | 19 | 8A | CF | 58 | 21 | 0 | 13 | CB | 4E | 2D |
| Octal | 31 | 212 | 317 | 130 | 41 | 0 | 23 | 313 | 116 | 55 |
| Binary | 11001 | 10001010 | 11001111 | 1011000 | 100001 | 0 | 10011 | 11001011 | 1001110 | 101101 |
Color Harmonies of #198ACF
Complementary color
Monochromatic Colors of #198ACF
Black with #198ACF
Text Example
Text Example
White with #198ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198ACF; }
p { color: rgb(25,138,207); }
H1.HeaderClassName
{
color: #198ACF;
}
.AnyTagClassName
{
color: #198ACF;
}
</style>
background-color css
<style>
a { background-color: #198ACF; }
a { background-color: rgb(25,138,207); }
div.DivClassName
{
background-color: #198ACF;
}
.BgClassName
{
background-color: #198ACF;
}
</style>
border-color css
<style>
span { border-color: #198ACF; }
span { border-color: rgb(25,138,207); }
td.TdClassName
{
border-color: #198ACF;
}
.TagClassName
{
border-color: #198ACF;
}
</style>