Shades of Pacific Blue #18A2CE
Tints of Pacific Blue #18A2CE
RGB
CMYK
RGB Variations
Color information
#18A2CE (or 0x18A2CE) is known color: Pacific Blue. HEX triplet: 18, A2 and CE. RGB value is (24,162,206). Sum of RGB (Red+Green+Blue) = 24+162+206=392 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.12% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #18A2CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A2CE is #E75D31. Grayscale: #7D7D7D. Windows color (decimal): -15162674 or 13541912. OLE color: 13541912.
HSL color Cylindrical-coordinate representation of color #18A2CE: hue angle of 194.51º 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 #18A2CE is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 24 | 162 | 206 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.19 |
| HSL | 194.51º | 0.79% | 0.45% | - |
| HSV(B) | 194.51º | 0.88% | 0.81% | - |
| XYZ | 24.44 | 30.49 | 62.99 | - |
| YUV | 125.75 | 173.28 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 162 | 206 | 0.88 | 0.21 | 0 | 0.19 | 194.51 | 0.79 | 0.45 |
| Hex | 18 | A2 | CE | 58 | 15 | 0 | 13 | C3 | 4F | 2D |
| Octal | 30 | 242 | 316 | 130 | 25 | 0 | 23 | 303 | 117 | 55 |
| Binary | 11000 | 10100010 | 11001110 | 1011000 | 10101 | 0 | 10011 | 11000011 | 1001111 | 101101 |
Color Harmonies of #18A2CE
Complementary color
Monochromatic Colors of #18A2CE
Black with #18A2CE
Text Example
Text Example
White with #18A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A2CE; }
p { color: rgb(24,162,206); }
H1.HeaderClassName
{
color: #18A2CE;
}
.AnyTagClassName
{
color: #18A2CE;
}
</style>
background-color css
<style>
a { background-color: #18A2CE; }
a { background-color: rgb(24,162,206); }
div.DivClassName
{
background-color: #18A2CE;
}
.BgClassName
{
background-color: #18A2CE;
}
</style>
border-color css
<style>
span { border-color: #18A2CE; }
span { border-color: rgb(24,162,206); }
td.TdClassName
{
border-color: #18A2CE;
}
.TagClassName
{
border-color: #18A2CE;
}
</style>