Shades of Pelorous #23A2BB
Tints of Pelorous #23A2BB
RGB
CMYK
RGB Variations
Color information
#23A2BB (or 0x23A2BB) is known color: Pelorous. HEX triplet: 23, A2 and BB. RGB value is (35,162,187). Sum of RGB (Red+Green+Blue) = 35+162+187=384 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.11% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #23A2BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A2BB is #DC5D44. Grayscale: #7E7E7E. Windows color (decimal): -14441797 or 12296739. OLE color: 12296739.
HSL color Cylindrical-coordinate representation of color #23A2BB: hue angle of 189.87º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23A2BB is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 162 | 187 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.27 |
| HSL | 189.87º | 0.68% | 0.44% | - |
| HSV(B) | 189.87º | 0.81% | 0.73% | - |
| XYZ | 22.58 | 29.79 | 51.57 | - |
| YUV | 126.88 | 161.92 | 62.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 162 | 187 | 0.81 | 0.13 | 0 | 0.27 | 189.87 | 0.68 | 0.44 |
| Hex | 23 | A2 | BB | 51 | D | 0 | 1B | BE | 44 | 2C |
| Octal | 43 | 242 | 273 | 121 | 15 | 0 | 33 | 276 | 104 | 54 |
| Binary | 100011 | 10100010 | 10111011 | 1010001 | 1101 | 0 | 11011 | 10111110 | 1000100 | 101100 |
Color Harmonies of #23A2BB
Complementary color
Monochromatic Colors of #23A2BB
Black with #23A2BB
Text Example
Text Example
White with #23A2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A2BB; }
p { color: rgb(35,162,187); }
H1.HeaderClassName
{
color: #23A2BB;
}
.AnyTagClassName
{
color: #23A2BB;
}
</style>
background-color css
<style>
a { background-color: #23A2BB; }
a { background-color: rgb(35,162,187); }
div.DivClassName
{
background-color: #23A2BB;
}
.BgClassName
{
background-color: #23A2BB;
}
</style>
border-color css
<style>
span { border-color: #23A2BB; }
span { border-color: rgb(35,162,187); }
td.TdClassName
{
border-color: #23A2BB;
}
.TagClassName
{
border-color: #23A2BB;
}
</style>