Shades of Pelorous #1A8ABC
Tints of Pelorous #1A8ABC
RGB
CMYK
RGB Variations
Color information
#1A8ABC (or 0x1A8ABC) is known color: Pelorous. HEX triplet: 1A, 8A and BC. RGB value is (26,138,188). Sum of RGB (Red+Green+Blue) = 26+138+188=352 (46% of max value = 765). Red value is 26 (10.55% from 255 or 7.39% from 352); Green value is 138 (54.30% from 255 or 39.20% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #1A8ABC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A8ABC is #E57543. Grayscale: #6D6D6D. Windows color (decimal): -15037764 or 12356122. OLE color: 12356122.
HSL color Cylindrical-coordinate representation of color #1A8ABC: hue angle of 198.52º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A8ABC is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 138 | 188 | - |
| CMYK | 0.86 | 0.27 | 0 | 0.26 |
| HSL | 198.52º | 0.76% | 0.42% | - |
| HSV(B) | 198.52º | 0.86% | 0.74% | - |
| XYZ | 18.59 | 22.03 | 50.85 | - |
| YUV | 110.21 | 171.89 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 138 | 188 | 0.86 | 0.27 | 0 | 0.26 | 198.52 | 0.76 | 0.42 |
| Hex | 1A | 8A | BC | 56 | 1B | 0 | 1A | C7 | 4C | 2A |
| Octal | 32 | 212 | 274 | 126 | 33 | 0 | 32 | 307 | 114 | 52 |
| Binary | 11010 | 10001010 | 10111100 | 1010110 | 11011 | 0 | 11010 | 11000111 | 1001100 | 101010 |
Color Harmonies of #1A8ABC
Complementary color
Monochromatic Colors of #1A8ABC
Black with #1A8ABC
Text Example
Text Example
White with #1A8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8ABC; }
p { color: rgb(26,138,188); }
H1.HeaderClassName
{
color: #1A8ABC;
}
.AnyTagClassName
{
color: #1A8ABC;
}
</style>
background-color css
<style>
a { background-color: #1A8ABC; }
a { background-color: rgb(26,138,188); }
div.DivClassName
{
background-color: #1A8ABC;
}
.BgClassName
{
background-color: #1A8ABC;
}
</style>
border-color css
<style>
span { border-color: #1A8ABC; }
span { border-color: rgb(26,138,188); }
td.TdClassName
{
border-color: #1A8ABC;
}
.TagClassName
{
border-color: #1A8ABC;
}
</style>