Shades of Pacific Blue #18A1CC
Tints of Pacific Blue #18A1CC
RGB
CMYK
RGB Variations
Color information
#18A1CC (or 0x18A1CC) is known color: Pacific Blue. HEX triplet: 18, A1 and CC. RGB value is (24,161,204). Sum of RGB (Red+Green+Blue) = 24+161+204=389 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.17% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #18A1CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A1CC is #E75E33. Grayscale: #7C7C7C. Windows color (decimal): -15162932 or 13410584. OLE color: 13410584.
HSL color Cylindrical-coordinate representation of color #18A1CC: hue angle of 194.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18A1CC is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 161 | 204 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.2 |
| HSL | 194.33º | 0.79% | 0.45% | - |
| HSV(B) | 194.33º | 0.88% | 0.8% | - |
| XYZ | 24.02 | 30.04 | 61.66 | - |
| YUV | 124.94 | 172.61 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 161 | 204 | 0.88 | 0.21 | 0 | 0.2 | 194.33 | 0.79 | 0.45 |
| Hex | 18 | A1 | CC | 58 | 15 | 0 | 14 | C2 | 4F | 2D |
| Octal | 30 | 241 | 314 | 130 | 25 | 0 | 24 | 302 | 117 | 55 |
| Binary | 11000 | 10100001 | 11001100 | 1011000 | 10101 | 0 | 10100 | 11000010 | 1001111 | 101101 |
Color Harmonies of #18A1CC
Complementary color
Monochromatic Colors of #18A1CC
Black with #18A1CC
Text Example
Text Example
White with #18A1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A1CC; }
p { color: rgb(24,161,204); }
H1.HeaderClassName
{
color: #18A1CC;
}
.AnyTagClassName
{
color: #18A1CC;
}
</style>
background-color css
<style>
a { background-color: #18A1CC; }
a { background-color: rgb(24,161,204); }
div.DivClassName
{
background-color: #18A1CC;
}
.BgClassName
{
background-color: #18A1CC;
}
</style>
border-color css
<style>
span { border-color: #18A1CC; }
span { border-color: rgb(24,161,204); }
td.TdClassName
{
border-color: #18A1CC;
}
.TagClassName
{
border-color: #18A1CC;
}
</style>