Shades of Pacific Blue #18A6C9
Tints of Pacific Blue #18A6C9
RGB
CMYK
RGB Variations
Color information
#18A6C9 (or 0x18A6C9) is known color: Pacific Blue. HEX triplet: 18, A6 and C9. RGB value is (24,166,201). Sum of RGB (Red+Green+Blue) = 24+166+201=391 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.14% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #18A6C9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A6C9 is #E75936. Grayscale: #7F7F7F. Windows color (decimal): -15161655 or 13215256. OLE color: 13215256.
HSL color Cylindrical-coordinate representation of color #18A6C9: hue angle of 191.86º 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 #18A6C9 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 166 | 201 | - |
| CMYK | 0.88 | 0.17 | 0 | 0.21 |
| HSL | 191.86º | 0.79% | 0.44% | - |
| HSV(B) | 191.86º | 0.88% | 0.79% | - |
| XYZ | 24.56 | 31.68 | 60.08 | - |
| YUV | 127.53 | 169.46 | 54.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 166 | 201 | 0.88 | 0.17 | 0 | 0.21 | 191.86 | 0.79 | 0.44 |
| Hex | 18 | A6 | C9 | 58 | 11 | 0 | 15 | C0 | 4F | 2C |
| Octal | 30 | 246 | 311 | 130 | 21 | 0 | 25 | 300 | 117 | 54 |
| Binary | 11000 | 10100110 | 11001001 | 1011000 | 10001 | 0 | 10101 | 11000000 | 1001111 | 101100 |
Color Harmonies of #18A6C9
Complementary color
Monochromatic Colors of #18A6C9
Black with #18A6C9
Text Example
Text Example
White with #18A6C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A6C9; }
p { color: rgb(24,166,201); }
H1.HeaderClassName
{
color: #18A6C9;
}
.AnyTagClassName
{
color: #18A6C9;
}
</style>
background-color css
<style>
a { background-color: #18A6C9; }
a { background-color: rgb(24,166,201); }
div.DivClassName
{
background-color: #18A6C9;
}
.BgClassName
{
background-color: #18A6C9;
}
</style>
border-color css
<style>
span { border-color: #18A6C9; }
span { border-color: rgb(24,166,201); }
td.TdClassName
{
border-color: #18A6C9;
}
.TagClassName
{
border-color: #18A6C9;
}
</style>