Shades of Pacific Blue #18A4CA
Tints of Pacific Blue #18A4CA
RGB
CMYK
RGB Variations
Color information
#18A4CA (or 0x18A4CA) is known color: Pacific Blue. HEX triplet: 18, A4 and CA. RGB value is (24,164,202). Sum of RGB (Red+Green+Blue) = 24+164+202=390 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.15% from 390); Green value is 164 (64.45% from 255 or 42.05% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #18A4CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A4CA is #E75B35. Grayscale: #7E7E7E. Windows color (decimal): -15162166 or 13280280. OLE color: 13280280.
HSL color Cylindrical-coordinate representation of color #18A4CA: hue angle of 192.81º 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 #18A4CA is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 164 | 202 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.21 |
| HSL | 192.81º | 0.79% | 0.44% | - |
| HSV(B) | 192.81º | 0.88% | 0.79% | - |
| XYZ | 24.31 | 31.01 | 60.58 | - |
| YUV | 126.47 | 170.62 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 164 | 202 | 0.88 | 0.19 | 0 | 0.21 | 192.81 | 0.79 | 0.44 |
| Hex | 18 | A4 | CA | 58 | 13 | 0 | 15 | C1 | 4F | 2C |
| Octal | 30 | 244 | 312 | 130 | 23 | 0 | 25 | 301 | 117 | 54 |
| Binary | 11000 | 10100100 | 11001010 | 1011000 | 10011 | 0 | 10101 | 11000001 | 1001111 | 101100 |
Color Harmonies of #18A4CA
Complementary color
Monochromatic Colors of #18A4CA
Black with #18A4CA
Text Example
Text Example
White with #18A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A4CA; }
p { color: rgb(24,164,202); }
H1.HeaderClassName
{
color: #18A4CA;
}
.AnyTagClassName
{
color: #18A4CA;
}
</style>
background-color css
<style>
a { background-color: #18A4CA; }
a { background-color: rgb(24,164,202); }
div.DivClassName
{
background-color: #18A4CA;
}
.BgClassName
{
background-color: #18A4CA;
}
</style>
border-color css
<style>
span { border-color: #18A4CA; }
span { border-color: rgb(24,164,202); }
td.TdClassName
{
border-color: #18A4CA;
}
.TagClassName
{
border-color: #18A4CA;
}
</style>