Shades of Pacific Blue #18A3CC
Tints of Pacific Blue #18A3CC
RGB
CMYK
RGB Variations
Color information
#18A3CC (or 0x18A3CC) is known color: Pacific Blue. HEX triplet: 18, A3 and CC. RGB value is (24,163,204). Sum of RGB (Red+Green+Blue) = 24+163+204=391 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.14% from 391); Green value is 163 (64.06% from 255 or 41.69% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #18A3CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A3CC is #E75C33. Grayscale: #7D7D7D. Windows color (decimal): -15162420 or 13411096. OLE color: 13411096.
HSL color Cylindrical-coordinate representation of color #18A3CC: hue angle of 193.67º 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 #18A3CC is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 24 | 163 | 204 | - |
| CMYK | 0.88 | 0.20 | 0 | 0.2 |
| HSL | 193.67º | 0.79% | 0.45% | - |
| HSV(B) | 193.67º | 0.88% | 0.8% | - |
| XYZ | 24.37 | 30.75 | 61.78 | - |
| YUV | 126.11 | 171.95 | 55.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 163 | 204 | 0.88 | 0.20 | 0 | 0.2 | 193.67 | 0.79 | 0.45 |
| Hex | 18 | A3 | CC | 58 | 14 | 0 | 14 | C2 | 4F | 2D |
| Octal | 30 | 243 | 314 | 130 | 24 | 0 | 24 | 302 | 117 | 55 |
| Binary | 11000 | 10100011 | 11001100 | 1011000 | 10100 | 0 | 10100 | 11000010 | 1001111 | 101101 |
Color Harmonies of #18A3CC
Complementary color
Monochromatic Colors of #18A3CC
Black with #18A3CC
Text Example
Text Example
White with #18A3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A3CC; }
p { color: rgb(24,163,204); }
H1.HeaderClassName
{
color: #18A3CC;
}
.AnyTagClassName
{
color: #18A3CC;
}
</style>
background-color css
<style>
a { background-color: #18A3CC; }
a { background-color: rgb(24,163,204); }
div.DivClassName
{
background-color: #18A3CC;
}
.BgClassName
{
background-color: #18A3CC;
}
</style>
border-color css
<style>
span { border-color: #18A3CC; }
span { border-color: rgb(24,163,204); }
td.TdClassName
{
border-color: #18A3CC;
}
.TagClassName
{
border-color: #18A3CC;
}
</style>