Shades of Pelorous #138FAE
Tints of Pelorous #138FAE
RGB
CMYK
RGB Variations
Color information
#138FAE (or 0x138FAE) is known color: Pelorous. HEX triplet: 13, 8F and AE. RGB value is (19,143,174). Sum of RGB (Red+Green+Blue) = 19+143+174=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 174 (68.36% from 255 or 51.79% from 336); Max value from RGB is 174 - color contains mainly: blue. Hex color #138FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #138FAE is #EC7051. Grayscale: #6D6D6D. Windows color (decimal): -15495250 or 11439891. OLE color: 11439891.
HSL color Cylindrical-coordinate representation of color #138FAE: hue angle of 192º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #138FAE is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 19 | 143 | 174 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.32 |
| HSL | 192º | 0.8% | 0.38% | - |
| HSV(B) | 192º | 0.89% | 0.68% | - |
| XYZ | 17.73 | 22.84 | 43.52 | - |
| YUV | 109.46 | 164.42 | 63.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 143 | 174 | 0.89 | 0.18 | 0 | 0.32 | 192 | 0.8 | 0.38 |
| Hex | 13 | 8F | AE | 59 | 12 | 0 | 20 | C0 | 50 | 26 |
| Octal | 23 | 217 | 256 | 131 | 22 | 0 | 40 | 300 | 120 | 46 |
| Binary | 10011 | 10001111 | 10101110 | 1011001 | 10010 | 0 | 100000 | 11000000 | 1010000 | 100110 |
Color Harmonies of #138FAE
Complementary color
Monochromatic Colors of #138FAE
Black with #138FAE
Text Example
Text Example
White with #138FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #138FAE; }
p { color: rgb(19,143,174); }
H1.HeaderClassName
{
color: #138FAE;
}
.AnyTagClassName
{
color: #138FAE;
}
</style>
background-color css
<style>
a { background-color: #138FAE; }
a { background-color: rgb(19,143,174); }
div.DivClassName
{
background-color: #138FAE;
}
.BgClassName
{
background-color: #138FAE;
}
</style>
border-color css
<style>
span { border-color: #138FAE; }
span { border-color: rgb(19,143,174); }
td.TdClassName
{
border-color: #138FAE;
}
.TagClassName
{
border-color: #138FAE;
}
</style>