Shades of Pacific Blue #18A4CE
Tints of Pacific Blue #18A4CE
RGB
CMYK
RGB Variations
Color information
#18A4CE (or 0x18A4CE) is known color: Pacific Blue. HEX triplet: 18, A4 and CE. RGB value is (24,164,206). Sum of RGB (Red+Green+Blue) = 24+164+206=394 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.09% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 206 (80.86% from 255 or 52.28% from 394); Max value from RGB is 206 - color contains mainly: blue. Hex color #18A4CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A4CE is #E75B31. Grayscale: #7E7E7E. Windows color (decimal): -15162162 or 13542424. OLE color: 13542424.
HSL color Cylindrical-coordinate representation of color #18A4CE: hue angle of 193.85º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18A4CE is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 164 | 206 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.19 |
| HSL | 193.85º | 0.79% | 0.45% | - |
| HSV(B) | 193.85º | 0.88% | 0.81% | - |
| XYZ | 24.79 | 31.2 | 63.11 | - |
| YUV | 126.93 | 172.62 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 164 | 206 | 0.88 | 0.20 | 0 | 0.19 | 193.85 | 0.79 | 0.45 |
| Hex | 18 | A4 | CE | 58 | 14 | 0 | 13 | C2 | 4F | 2D |
| Octal | 30 | 244 | 316 | 130 | 24 | 0 | 23 | 302 | 117 | 55 |
| Binary | 11000 | 10100100 | 11001110 | 1011000 | 10100 | 0 | 10011 | 11000010 | 1001111 | 101101 |
Color Harmonies of #18A4CE
Complementary color
Monochromatic Colors of #18A4CE
Black with #18A4CE
Text Example
Text Example
White with #18A4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A4CE; }
p { color: rgb(24,164,206); }
H1.HeaderClassName
{
color: #18A4CE;
}
.AnyTagClassName
{
color: #18A4CE;
}
</style>
background-color css
<style>
a { background-color: #18A4CE; }
a { background-color: rgb(24,164,206); }
div.DivClassName
{
background-color: #18A4CE;
}
.BgClassName
{
background-color: #18A4CE;
}
</style>
border-color css
<style>
span { border-color: #18A4CE; }
span { border-color: rgb(24,164,206); }
td.TdClassName
{
border-color: #18A4CE;
}
.TagClassName
{
border-color: #18A4CE;
}
</style>