Shades of Pelorous #188AAA
Tints of Pelorous #188AAA
RGB
CMYK
RGB Variations
Color information
#188AAA (or 0x188AAA) is known color: Pelorous. HEX triplet: 18, 8A and AA. RGB value is (24,138,170). Sum of RGB (Red+Green+Blue) = 24+138+170=332 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.23% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #188AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188AAA is #E77555. Grayscale: #6B6B6B. Windows color (decimal): -15168854 or 11176472. OLE color: 11176472.
HSL color Cylindrical-coordinate representation of color #188AAA: hue angle of 193.15º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #188AAA is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 138 | 170 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.33 |
| HSL | 193.15º | 0.75% | 0.38% | - |
| HSV(B) | 193.15º | 0.86% | 0.67% | - |
| XYZ | 16.72 | 21.27 | 41.26 | - |
| YUV | 107.56 | 163.23 | 68.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 170 | 0.86 | 0.19 | 0 | 0.33 | 193.15 | 0.75 | 0.38 |
| Hex | 18 | 8A | AA | 56 | 13 | 0 | 21 | C1 | 4B | 26 |
| Octal | 30 | 212 | 252 | 126 | 23 | 0 | 41 | 301 | 113 | 46 |
| Binary | 11000 | 10001010 | 10101010 | 1010110 | 10011 | 0 | 100001 | 11000001 | 1001011 | 100110 |
Color Harmonies of #188AAA
Complementary color
Monochromatic Colors of #188AAA
Black with #188AAA
Text Example
Text Example
White with #188AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188AAA; }
p { color: rgb(24,138,170); }
H1.HeaderClassName
{
color: #188AAA;
}
.AnyTagClassName
{
color: #188AAA;
}
</style>
background-color css
<style>
a { background-color: #188AAA; }
a { background-color: rgb(24,138,170); }
div.DivClassName
{
background-color: #188AAA;
}
.BgClassName
{
background-color: #188AAA;
}
</style>
border-color css
<style>
span { border-color: #188AAA; }
span { border-color: rgb(24,138,170); }
td.TdClassName
{
border-color: #188AAA;
}
.TagClassName
{
border-color: #188AAA;
}
</style>