Shades of Pelorous #2A93B9
Tints of Pelorous #2A93B9
RGB
CMYK
RGB Variations
Color information
#2A93B9 (or 0x2A93B9) is known color: Pelorous. HEX triplet: 2A, 93 and B9. RGB value is (42,147,185). Sum of RGB (Red+Green+Blue) = 42+147+185=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 185 (72.66% from 255 or 49.47% from 374); Max value from RGB is 185 - color contains mainly: blue. Hex color #2A93B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A93B9 is #D56C46. Grayscale: #777777. Windows color (decimal): -13986887 or 12161834. OLE color: 12161834.
HSL color Cylindrical-coordinate representation of color #2A93B9: hue angle of 195.94º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A93B9 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 147 | 185 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.27 |
| HSL | 195.94º | 0.63% | 0.45% | - |
| HSV(B) | 195.94º | 0.77% | 0.73% | - |
| XYZ | 20.15 | 24.86 | 49.64 | - |
| YUV | 119.94 | 164.71 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 147 | 185 | 0.77 | 0.21 | 0 | 0.27 | 195.94 | 0.63 | 0.45 |
| Hex | 2A | 93 | B9 | 4D | 15 | 0 | 1B | C4 | 3F | 2D |
| Octal | 52 | 223 | 271 | 115 | 25 | 0 | 33 | 304 | 77 | 55 |
| Binary | 101010 | 10010011 | 10111001 | 1001101 | 10101 | 0 | 11011 | 11000100 | 111111 | 101101 |
Color Harmonies of #2A93B9
Complementary color
Monochromatic Colors of #2A93B9
Black with #2A93B9
Text Example
Text Example
White with #2A93B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A93B9; }
p { color: rgb(42,147,185); }
H1.HeaderClassName
{
color: #2A93B9;
}
.AnyTagClassName
{
color: #2A93B9;
}
</style>
background-color css
<style>
a { background-color: #2A93B9; }
a { background-color: rgb(42,147,185); }
div.DivClassName
{
background-color: #2A93B9;
}
.BgClassName
{
background-color: #2A93B9;
}
</style>
border-color css
<style>
span { border-color: #2A93B9; }
span { border-color: rgb(42,147,185); }
td.TdClassName
{
border-color: #2A93B9;
}
.TagClassName
{
border-color: #2A93B9;
}
</style>