Shades of Pacific Blue #188AD6
Tints of Pacific Blue #188AD6
RGB
CMYK
RGB Variations
Color information
#188AD6 (or 0x188AD6) is known color: Pacific Blue. HEX triplet: 18, 8A and D6. RGB value is (24,138,214). Sum of RGB (Red+Green+Blue) = 24+138+214=376 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.38% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 214 (83.98% from 255 or 56.91% from 376); Max value from RGB is 214 - color contains mainly: blue. Hex color #188AD6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188AD6 is #E77529. Grayscale: #707070. Windows color (decimal): -15168810 or 14060056. OLE color: 14060056.
HSL color Cylindrical-coordinate representation of color #188AD6: hue angle of 204º 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 #188AD6 is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 138 | 214 | - |
| CMYK | 0.89 | 0.36 | 0 | 0.16 |
| HSL | 204º | 0.8% | 0.47% | - |
| HSV(B) | 204º | 0.89% | 0.84% | - |
| XYZ | 21.6 | 23.23 | 66.96 | - |
| YUV | 112.58 | 185.23 | 64.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 214 | 0.89 | 0.36 | 0 | 0.16 | 204 | 0.8 | 0.47 |
| Hex | 18 | 8A | D6 | 59 | 24 | 0 | 10 | CC | 50 | 2F |
| Octal | 30 | 212 | 326 | 131 | 44 | 0 | 20 | 314 | 120 | 57 |
| Binary | 11000 | 10001010 | 11010110 | 1011001 | 100100 | 0 | 10000 | 11001100 | 1010000 | 101111 |
Color Harmonies of #188AD6
Complementary color
Monochromatic Colors of #188AD6
Black with #188AD6
Text Example
Text Example
White with #188AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188AD6; }
p { color: rgb(24,138,214); }
H1.HeaderClassName
{
color: #188AD6;
}
.AnyTagClassName
{
color: #188AD6;
}
</style>
background-color css
<style>
a { background-color: #188AD6; }
a { background-color: rgb(24,138,214); }
div.DivClassName
{
background-color: #188AD6;
}
.BgClassName
{
background-color: #188AD6;
}
</style>
border-color css
<style>
span { border-color: #188AD6; }
span { border-color: rgb(24,138,214); }
td.TdClassName
{
border-color: #188AD6;
}
.TagClassName
{
border-color: #188AD6;
}
</style>