Shades of Eastern Blue #1888A0
Tints of Eastern Blue #1888A0
RGB
CMYK
RGB Variations
Color information
#1888A0 (or 0x1888A0) is known color: Eastern Blue. HEX triplet: 18, 88 and A0. RGB value is (24,136,160). Sum of RGB (Red+Green+Blue) = 24+136+160=320 (42% of max value = 765). Red value is 24 (9.77% from 255 or 7.5% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 160 (62.89% from 255 or 50% from 320); Max value from RGB is 160 - color contains mainly: blue. Hex color #1888A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1888A0 is #E7775F. Grayscale: #696969. Windows color (decimal): -15169376 or 10520600. OLE color: 10520600.
HSL color Cylindrical-coordinate representation of color #1888A0: hue angle of 190.59º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1888A0 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 24 | 136 | 160 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.37 |
| HSL | 190.59º | 0.74% | 0.36% | - |
| HSV(B) | 190.59º | 0.85% | 0.63% | - |
| XYZ | 15.53 | 20.34 | 36.37 | - |
| YUV | 105.25 | 158.89 | 70.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 136 | 160 | 0.85 | 0.15 | 0 | 0.37 | 190.59 | 0.74 | 0.36 |
| Hex | 18 | 88 | A0 | 55 | F | 0 | 25 | BF | 4A | 24 |
| Octal | 30 | 210 | 240 | 125 | 17 | 0 | 45 | 277 | 112 | 44 |
| Binary | 11000 | 10001000 | 10100000 | 1010101 | 1111 | 0 | 100101 | 10111111 | 1001010 | 100100 |
Color Harmonies of #1888A0
Complementary color
Monochromatic Colors of #1888A0
Black with #1888A0
Text Example
Text Example
White with #1888A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1888A0; }
p { color: rgb(24,136,160); }
H1.HeaderClassName
{
color: #1888A0;
}
.AnyTagClassName
{
color: #1888A0;
}
</style>
background-color css
<style>
a { background-color: #1888A0; }
a { background-color: rgb(24,136,160); }
div.DivClassName
{
background-color: #1888A0;
}
.BgClassName
{
background-color: #1888A0;
}
</style>
border-color css
<style>
span { border-color: #1888A0; }
span { border-color: rgb(24,136,160); }
td.TdClassName
{
border-color: #1888A0;
}
.TagClassName
{
border-color: #1888A0;
}
</style>