Shades of Pacific Blue #198BCE
Tints of Pacific Blue #198BCE
RGB
CMYK
RGB Variations
Color information
#198BCE (or 0x198BCE) is known color: Pacific Blue. HEX triplet: 19, 8B and CE. RGB value is (25,139,206). Sum of RGB (Red+Green+Blue) = 25+139+206=370 (49% of max value = 765). Red value is 25 (10.16% from 255 or 6.76% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 206 (80.86% from 255 or 55.68% from 370); Max value from RGB is 206 - color contains mainly: blue. Hex color #198BCE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #198BCE is #E67431. Grayscale: #707070. Windows color (decimal): -15103026 or 13536025. OLE color: 13536025.
HSL color Cylindrical-coordinate representation of color #198BCE: hue angle of 202.21º 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 #198BCE is Cyan = 0.88, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 139 | 206 | - |
| CMYK | 0.88 | 0.33 | 0 | 0.19 |
| HSL | 202.21º | 0.78% | 0.45% | - |
| HSV(B) | 202.21º | 0.88% | 0.81% | - |
| XYZ | 20.77 | 23.13 | 61.76 | - |
| YUV | 112.55 | 180.73 | 65.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 139 | 206 | 0.88 | 0.33 | 0 | 0.19 | 202.21 | 0.78 | 0.45 |
| Hex | 19 | 8B | CE | 58 | 21 | 0 | 13 | CA | 4E | 2D |
| Octal | 31 | 213 | 316 | 130 | 41 | 0 | 23 | 312 | 116 | 55 |
| Binary | 11001 | 10001011 | 11001110 | 1011000 | 100001 | 0 | 10011 | 11001010 | 1001110 | 101101 |
Color Harmonies of #198BCE
Complementary color
Monochromatic Colors of #198BCE
Black with #198BCE
Text Example
Text Example
White with #198BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198BCE; }
p { color: rgb(25,139,206); }
H1.HeaderClassName
{
color: #198BCE;
}
.AnyTagClassName
{
color: #198BCE;
}
</style>
background-color css
<style>
a { background-color: #198BCE; }
a { background-color: rgb(25,139,206); }
div.DivClassName
{
background-color: #198BCE;
}
.BgClassName
{
background-color: #198BCE;
}
</style>
border-color css
<style>
span { border-color: #198BCE; }
span { border-color: rgb(25,139,206); }
td.TdClassName
{
border-color: #198BCE;
}
.TagClassName
{
border-color: #198BCE;
}
</style>