Shades of Pacific Blue #1898CB
Tints of Pacific Blue #1898CB
RGB
CMYK
RGB Variations
Color information
#1898CB (or 0x1898CB) is known color: Pacific Blue. HEX triplet: 18, 98 and CB. RGB value is (24,152,203). Sum of RGB (Red+Green+Blue) = 24+152+203=379 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.33% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 203 (79.69% from 255 or 53.56% from 379); Max value from RGB is 203 - color contains mainly: blue. Hex color #1898CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1898CB is #E76734. Grayscale: #777777. Windows color (decimal): -15165237 or 13342744. OLE color: 13342744.
HSL color Cylindrical-coordinate representation of color #1898CB: hue angle of 197.09º degrees, saturation: 0.79, 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 #1898CB is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 152 | 203 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.20 |
| HSL | 197.1º | 0.79% | 0.45% | - |
| HSV(B) | 197.1º | 0.88% | 0.8% | - |
| XYZ | 22.38 | 26.96 | 60.52 | - |
| YUV | 119.54 | 175.09 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 152 | 203 | 0.88 | 0.25 | 0 | 0.20 | 197.1 | 0.79 | 0.45 |
| Hex | 18 | 98 | CB | 58 | 19 | 0 | 14 | C5 | 4F | 2D |
| Octal | 30 | 230 | 313 | 130 | 31 | 0 | 24 | 305 | 117 | 55 |
| Binary | 11000 | 10011000 | 11001011 | 1011000 | 11001 | 0 | 10100 | 11000101 | 1001111 | 101101 |
Color Harmonies of #1898CB
Complementary color
Monochromatic Colors of #1898CB
Black with #1898CB
Text Example
Text Example
White with #1898CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1898CB; }
p { color: rgb(24,152,203); }
H1.HeaderClassName
{
color: #1898CB;
}
.AnyTagClassName
{
color: #1898CB;
}
</style>
background-color css
<style>
a { background-color: #1898CB; }
a { background-color: rgb(24,152,203); }
div.DivClassName
{
background-color: #1898CB;
}
.BgClassName
{
background-color: #1898CB;
}
</style>
border-color css
<style>
span { border-color: #1898CB; }
span { border-color: rgb(24,152,203); }
td.TdClassName
{
border-color: #1898CB;
}
.TagClassName
{
border-color: #1898CB;
}
</style>