Shades of Pelorous #1B8BAE
Tints of Pelorous #1B8BAE
RGB
CMYK
RGB Variations
Color information
#1B8BAE (or 0x1B8BAE) is known color: Pelorous. HEX triplet: 1B, 8B and AE. RGB value is (27,139,174). Sum of RGB (Red+Green+Blue) = 27+139+174=340 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.94% from 340); Green value is 139 (54.69% from 255 or 40.88% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B8BAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B8BAE is #E47451. Grayscale: #6D6D6D. Windows color (decimal): -14971986 or 11438875. OLE color: 11438875.
HSL color Cylindrical-coordinate representation of color #1B8BAE: hue angle of 194.29º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B8BAE is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 139 | 174 | - |
| CMYK | 0.84 | 0.20 | 0 | 0.32 |
| HSL | 194.29º | 0.73% | 0.39% | - |
| HSV(B) | 194.29º | 0.84% | 0.68% | - |
| XYZ | 17.32 | 21.75 | 43.33 | - |
| YUV | 109.5 | 164.39 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 139 | 174 | 0.84 | 0.20 | 0 | 0.32 | 194.29 | 0.73 | 0.39 |
| Hex | 1B | 8B | AE | 54 | 14 | 0 | 20 | C2 | 49 | 27 |
| Octal | 33 | 213 | 256 | 124 | 24 | 0 | 40 | 302 | 111 | 47 |
| Binary | 11011 | 10001011 | 10101110 | 1010100 | 10100 | 0 | 100000 | 11000010 | 1001001 | 100111 |
Color Harmonies of #1B8BAE
Complementary color
Monochromatic Colors of #1B8BAE
Black with #1B8BAE
Text Example
Text Example
White with #1B8BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B8BAE; }
p { color: rgb(27,139,174); }
H1.HeaderClassName
{
color: #1B8BAE;
}
.AnyTagClassName
{
color: #1B8BAE;
}
</style>
background-color css
<style>
a { background-color: #1B8BAE; }
a { background-color: rgb(27,139,174); }
div.DivClassName
{
background-color: #1B8BAE;
}
.BgClassName
{
background-color: #1B8BAE;
}
</style>
border-color css
<style>
span { border-color: #1B8BAE; }
span { border-color: rgb(27,139,174); }
td.TdClassName
{
border-color: #1B8BAE;
}
.TagClassName
{
border-color: #1B8BAE;
}
</style>