Shades of Pacific Blue #18A2C9
Tints of Pacific Blue #18A2C9
RGB
CMYK
RGB Variations
Color information
#18A2C9 (or 0x18A2C9) is known color: Pacific Blue. HEX triplet: 18, A2 and C9. RGB value is (24,162,201). Sum of RGB (Red+Green+Blue) = 24+162+201=387 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.20% from 387); Green value is 162 (63.67% from 255 or 41.86% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #18A2C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A2C9 is #E75D36. Grayscale: #7C7C7C. Windows color (decimal): -15162679 or 13214232. OLE color: 13214232.
HSL color Cylindrical-coordinate representation of color #18A2C9: hue angle of 193.22º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18A2C9 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 162 | 201 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.21 |
| HSL | 193.22º | 0.79% | 0.44% | - |
| HSV(B) | 193.22º | 0.88% | 0.79% | - |
| XYZ | 23.84 | 30.25 | 59.84 | - |
| YUV | 125.18 | 170.78 | 55.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 201 | 0.88 | 0.19 | 0 | 0.21 | 193.22 | 0.79 | 0.44 |
| Hex | 18 | A2 | C9 | 58 | 13 | 0 | 15 | C1 | 4F | 2C |
| Octal | 30 | 242 | 311 | 130 | 23 | 0 | 25 | 301 | 117 | 54 |
| Binary | 11000 | 10100010 | 11001001 | 1011000 | 10011 | 0 | 10101 | 11000001 | 1001111 | 101100 |
Color Harmonies of #18A2C9
Complementary color
Monochromatic Colors of #18A2C9
Black with #18A2C9
Text Example
Text Example
White with #18A2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A2C9; }
p { color: rgb(24,162,201); }
H1.HeaderClassName
{
color: #18A2C9;
}
.AnyTagClassName
{
color: #18A2C9;
}
</style>
background-color css
<style>
a { background-color: #18A2C9; }
a { background-color: rgb(24,162,201); }
div.DivClassName
{
background-color: #18A2C9;
}
.BgClassName
{
background-color: #18A2C9;
}
</style>
border-color css
<style>
span { border-color: #18A2C9; }
span { border-color: rgb(24,162,201); }
td.TdClassName
{
border-color: #18A2C9;
}
.TagClassName
{
border-color: #18A2C9;
}
</style>