Shades of Pacific Blue #18A3D6
Tints of Pacific Blue #18A3D6
RGB
CMYK
RGB Variations
Color information
#18A3D6 (or 0x18A3D6) is known color: Pacific Blue. HEX triplet: 18, A3 and D6. RGB value is (24,163,214). Sum of RGB (Red+Green+Blue) = 24+163+214=401 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.99% from 401); Green value is 163 (64.06% from 255 or 40.65% from 401); Blue value is 214 (83.98% from 255 or 53.37% from 401); Max value from RGB is 214 - color contains mainly: blue. Hex color #18A3D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A3D6 is #E75C29. Grayscale: #7E7E7E. Windows color (decimal): -15162410 or 14066456. OLE color: 14066456.
HSL color Cylindrical-coordinate representation of color #18A3D6: hue angle of 196.11º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18A3D6 is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 163 | 214 | - |
| CMYK | 0.89 | 0.24 | 0 | 0.16 |
| HSL | 196.11º | 0.8% | 0.47% | - |
| HSV(B) | 196.11º | 0.89% | 0.84% | - |
| XYZ | 25.61 | 31.24 | 68.3 | - |
| YUV | 127.25 | 176.95 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 163 | 214 | 0.89 | 0.24 | 0 | 0.16 | 196.11 | 0.8 | 0.47 |
| Hex | 18 | A3 | D6 | 59 | 18 | 0 | 10 | C4 | 50 | 2F |
| Octal | 30 | 243 | 326 | 131 | 30 | 0 | 20 | 304 | 120 | 57 |
| Binary | 11000 | 10100011 | 11010110 | 1011001 | 11000 | 0 | 10000 | 11000100 | 1010000 | 101111 |
Color Harmonies of #18A3D6
Complementary color
Monochromatic Colors of #18A3D6
Black with #18A3D6
Text Example
Text Example
White with #18A3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A3D6; }
p { color: rgb(24,163,214); }
H1.HeaderClassName
{
color: #18A3D6;
}
.AnyTagClassName
{
color: #18A3D6;
}
</style>
background-color css
<style>
a { background-color: #18A3D6; }
a { background-color: rgb(24,163,214); }
div.DivClassName
{
background-color: #18A3D6;
}
.BgClassName
{
background-color: #18A3D6;
}
</style>
border-color css
<style>
span { border-color: #18A3D6; }
span { border-color: rgb(24,163,214); }
td.TdClassName
{
border-color: #18A3D6;
}
.TagClassName
{
border-color: #18A3D6;
}
</style>