Shades of Pelorous #23A9BE
Tints of Pelorous #23A9BE
RGB
CMYK
RGB Variations
Color information
#23A9BE (or 0x23A9BE) is known color: Pelorous. HEX triplet: 23, A9 and BE. RGB value is (35,169,190). Sum of RGB (Red+Green+Blue) = 35+169+190=394 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.88% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #23A9BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A9BE is #DC5641. Grayscale: #838383. Windows color (decimal): -14440002 or 12495139. OLE color: 12495139.
HSL color Cylindrical-coordinate representation of color #23A9BE: hue angle of 188.13º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23A9BE is Cyan = 0.82, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 169 | 190 | - |
| CMYK | 0.82 | 0.11 | 0 | 0.25 |
| HSL | 188.13º | 0.69% | 0.44% | - |
| HSV(B) | 188.13º | 0.82% | 0.75% | - |
| XYZ | 24.18 | 32.45 | 53.7 | - |
| YUV | 131.33 | 161.11 | 59.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 169 | 190 | 0.82 | 0.11 | 0 | 0.25 | 188.13 | 0.69 | 0.44 |
| Hex | 23 | A9 | BE | 52 | B | 0 | 19 | BC | 45 | 2C |
| Octal | 43 | 251 | 276 | 122 | 13 | 0 | 31 | 274 | 105 | 54 |
| Binary | 100011 | 10101001 | 10111110 | 1010010 | 1011 | 0 | 11001 | 10111100 | 1000101 | 101100 |
Color Harmonies of #23A9BE
Complementary color
Monochromatic Colors of #23A9BE
Black with #23A9BE
Text Example
Text Example
White with #23A9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A9BE; }
p { color: rgb(35,169,190); }
H1.HeaderClassName
{
color: #23A9BE;
}
.AnyTagClassName
{
color: #23A9BE;
}
</style>
background-color css
<style>
a { background-color: #23A9BE; }
a { background-color: rgb(35,169,190); }
div.DivClassName
{
background-color: #23A9BE;
}
.BgClassName
{
background-color: #23A9BE;
}
</style>
border-color css
<style>
span { border-color: #23A9BE; }
span { border-color: rgb(35,169,190); }
td.TdClassName
{
border-color: #23A9BE;
}
.TagClassName
{
border-color: #23A9BE;
}
</style>