Shades of Pelorous #23A3BE
Tints of Pelorous #23A3BE
RGB
CMYK
RGB Variations
Color information
#23A3BE (or 0x23A3BE) is known color: Pelorous. HEX triplet: 23, A3 and BE. RGB value is (35,163,190). Sum of RGB (Red+Green+Blue) = 35+163+190=388 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.02% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #23A3BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A3BE is #DC5C41. Grayscale: #7F7F7F. Windows color (decimal): -14441538 or 12493603. OLE color: 12493603.
HSL color Cylindrical-coordinate representation of color #23A3BE: hue angle of 190.45º 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 #23A3BE is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 163 | 190 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.25 |
| HSL | 190.45º | 0.69% | 0.44% | - |
| HSV(B) | 190.45º | 0.82% | 0.75% | - |
| XYZ | 23.08 | 30.27 | 53.34 | - |
| YUV | 127.81 | 163.09 | 61.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 163 | 190 | 0.82 | 0.14 | 0 | 0.25 | 190.45 | 0.69 | 0.44 |
| Hex | 23 | A3 | BE | 52 | E | 0 | 19 | BE | 45 | 2C |
| Octal | 43 | 243 | 276 | 122 | 16 | 0 | 31 | 276 | 105 | 54 |
| Binary | 100011 | 10100011 | 10111110 | 1010010 | 1110 | 0 | 11001 | 10111110 | 1000101 | 101100 |
Color Harmonies of #23A3BE
Complementary color
Monochromatic Colors of #23A3BE
Black with #23A3BE
Text Example
Text Example
White with #23A3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A3BE; }
p { color: rgb(35,163,190); }
H1.HeaderClassName
{
color: #23A3BE;
}
.AnyTagClassName
{
color: #23A3BE;
}
</style>
background-color css
<style>
a { background-color: #23A3BE; }
a { background-color: rgb(35,163,190); }
div.DivClassName
{
background-color: #23A3BE;
}
.BgClassName
{
background-color: #23A3BE;
}
</style>
border-color css
<style>
span { border-color: #23A3BE; }
span { border-color: rgb(35,163,190); }
td.TdClassName
{
border-color: #23A3BE;
}
.TagClassName
{
border-color: #23A3BE;
}
</style>