Shades of Pelorous #1A9FBE
Tints of Pelorous #1A9FBE
RGB
CMYK
RGB Variations
Color information
#1A9FBE (or 0x1A9FBE) is known color: Pelorous. HEX triplet: 1A, 9F and BE. RGB value is (26,159,190). Sum of RGB (Red+Green+Blue) = 26+159+190=375 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.93% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A9FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1A9FBE is #E56041. Grayscale: #7A7A7A. Windows color (decimal): -15032386 or 12492570. OLE color: 12492570.
HSL color Cylindrical-coordinate representation of color #1A9FBE: hue angle of 191.34º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1A9FBE is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 159 | 190 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.25 |
| HSL | 191.34º | 0.76% | 0.42% | - |
| HSV(B) | 191.34º | 0.86% | 0.75% | - |
| XYZ | 22.12 | 28.73 | 53.1 | - |
| YUV | 122.77 | 165.94 | 58.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 159 | 190 | 0.86 | 0.16 | 0 | 0.25 | 191.34 | 0.76 | 0.42 |
| Hex | 1A | 9F | BE | 56 | 10 | 0 | 19 | BF | 4C | 2A |
| Octal | 32 | 237 | 276 | 126 | 20 | 0 | 31 | 277 | 114 | 52 |
| Binary | 11010 | 10011111 | 10111110 | 1010110 | 10000 | 0 | 11001 | 10111111 | 1001100 | 101010 |
Color Harmonies of #1A9FBE
Complementary color
Monochromatic Colors of #1A9FBE
Black with #1A9FBE
Text Example
Text Example
White with #1A9FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A9FBE; }
p { color: rgb(26,159,190); }
H1.HeaderClassName
{
color: #1A9FBE;
}
.AnyTagClassName
{
color: #1A9FBE;
}
</style>
background-color css
<style>
a { background-color: #1A9FBE; }
a { background-color: rgb(26,159,190); }
div.DivClassName
{
background-color: #1A9FBE;
}
.BgClassName
{
background-color: #1A9FBE;
}
</style>
border-color css
<style>
span { border-color: #1A9FBE; }
span { border-color: rgb(26,159,190); }
td.TdClassName
{
border-color: #1A9FBE;
}
.TagClassName
{
border-color: #1A9FBE;
}
</style>