Shades of Pelorous #23AAB7
Tints of Pelorous #23AAB7
RGB
CMYK
RGB Variations
Color information
#23AAB7 (or 0x23AAB7) is known color: Pelorous. HEX triplet: 23, AA and B7. RGB value is (35,170,183). Sum of RGB (Red+Green+Blue) = 35+170+183=388 (51% of max value = 765). Red value is 35 (14.06% from 255 or 9.02% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 183 (71.88% from 255 or 47.16% from 388); Max value from RGB is 183 - color contains mainly: blue. Hex color #23AAB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23AAB7 is #DC5548. Grayscale: #828282. Windows color (decimal): -14439753 or 12036643. OLE color: 12036643.
HSL color Cylindrical-coordinate representation of color #23AAB7: hue angle of 185.27º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23AAB7 is Cyan = 0.81, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 35 | 170 | 183 | - |
| CMYK | 0.81 | 0.07 | 0 | 0.28 |
| HSL | 185.27º | 0.68% | 0.43% | - |
| HSV(B) | 185.27º | 0.81% | 0.72% | - |
| XYZ | 23.62 | 32.53 | 49.83 | - |
| YUV | 131.12 | 157.27 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 170 | 183 | 0.81 | 0.07 | 0 | 0.28 | 185.27 | 0.68 | 0.43 |
| Hex | 23 | AA | B7 | 51 | 7 | 0 | 1C | B9 | 44 | 2B |
| Octal | 43 | 252 | 267 | 121 | 7 | 0 | 34 | 271 | 104 | 53 |
| Binary | 100011 | 10101010 | 10110111 | 1010001 | 111 | 0 | 11100 | 10111001 | 1000100 | 101011 |
Color Harmonies of #23AAB7
Complementary color
Monochromatic Colors of #23AAB7
Black with #23AAB7
Text Example
Text Example
White with #23AAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23AAB7; }
p { color: rgb(35,170,183); }
H1.HeaderClassName
{
color: #23AAB7;
}
.AnyTagClassName
{
color: #23AAB7;
}
</style>
background-color css
<style>
a { background-color: #23AAB7; }
a { background-color: rgb(35,170,183); }
div.DivClassName
{
background-color: #23AAB7;
}
.BgClassName
{
background-color: #23AAB7;
}
</style>
border-color css
<style>
span { border-color: #23AAB7; }
span { border-color: rgb(35,170,183); }
td.TdClassName
{
border-color: #23AAB7;
}
.TagClassName
{
border-color: #23AAB7;
}
</style>