Shades of Pacific Blue #1888D5
Tints of Pacific Blue #1888D5
RGB
CMYK
RGB Variations
Color information
#1888D5 (or 0x1888D5) is known color: Pacific Blue. HEX triplet: 18, 88 and D5. RGB value is (24,136,213). Sum of RGB (Red+Green+Blue) = 24+136+213=373 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.43% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 213 (83.59% from 255 or 57.10% from 373); Max value from RGB is 213 - color contains mainly: blue. Hex color #1888D5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1888D5 is #E7772A. Grayscale: #6E6E6E. Windows color (decimal): -15169323 or 13994008. OLE color: 13994008.
HSL color Cylindrical-coordinate representation of color #1888D5: hue angle of 204.44º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1888D5 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 136 | 213 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.16 |
| HSL | 204.44º | 0.8% | 0.46% | - |
| HSV(B) | 204.44º | 0.89% | 0.84% | - |
| XYZ | 21.19 | 22.61 | 66.2 | - |
| YUV | 111.29 | 185.39 | 65.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 213 | 0.89 | 0.36 | 0 | 0.16 | 204.44 | 0.8 | 0.46 |
| Hex | 18 | 88 | D5 | 59 | 24 | 0 | 10 | CC | 50 | 2E |
| Octal | 30 | 210 | 325 | 131 | 44 | 0 | 20 | 314 | 120 | 56 |
| Binary | 11000 | 10001000 | 11010101 | 1011001 | 100100 | 0 | 10000 | 11001100 | 1010000 | 101110 |
Color Harmonies of #1888D5
Complementary color
Monochromatic Colors of #1888D5
Black with #1888D5
Text Example
Text Example
White with #1888D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1888D5; }
p { color: rgb(24,136,213); }
H1.HeaderClassName
{
color: #1888D5;
}
.AnyTagClassName
{
color: #1888D5;
}
</style>
background-color css
<style>
a { background-color: #1888D5; }
a { background-color: rgb(24,136,213); }
div.DivClassName
{
background-color: #1888D5;
}
.BgClassName
{
background-color: #1888D5;
}
</style>
border-color css
<style>
span { border-color: #1888D5; }
span { border-color: rgb(24,136,213); }
td.TdClassName
{
border-color: #1888D5;
}
.TagClassName
{
border-color: #1888D5;
}
</style>