Shades of Pelorous #23ABBA
Tints of Pelorous #23ABBA
RGB
CMYK
RGB Variations
Color information
#23ABBA (or 0x23ABBA) is known color: Pelorous. HEX triplet: 23, AB and BA. RGB value is (35,171,186). Sum of RGB (Red+Green+Blue) = 35+171+186=392 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.93% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #23ABBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ABBA is #DC5445. Grayscale: #838383. Windows color (decimal): -14439494 or 12233507. OLE color: 12233507.
HSL color Cylindrical-coordinate representation of color #23ABBA: hue angle of 185.96º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23ABBA is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 171 | 186 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.27 |
| HSL | 185.96º | 0.68% | 0.43% | - |
| HSV(B) | 185.96º | 0.81% | 0.73% | - |
| XYZ | 24.12 | 33.03 | 51.56 | - |
| YUV | 132.05 | 158.44 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 171 | 186 | 0.81 | 0.08 | 0 | 0.27 | 185.96 | 0.68 | 0.43 |
| Hex | 23 | AB | BA | 51 | 8 | 0 | 1B | BA | 44 | 2B |
| Octal | 43 | 253 | 272 | 121 | 10 | 0 | 33 | 272 | 104 | 53 |
| Binary | 100011 | 10101011 | 10111010 | 1010001 | 1000 | 0 | 11011 | 10111010 | 1000100 | 101011 |
Color Harmonies of #23ABBA
Complementary color
Monochromatic Colors of #23ABBA
Black with #23ABBA
Text Example
Text Example
White with #23ABBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ABBA; }
p { color: rgb(35,171,186); }
H1.HeaderClassName
{
color: #23ABBA;
}
.AnyTagClassName
{
color: #23ABBA;
}
</style>
background-color css
<style>
a { background-color: #23ABBA; }
a { background-color: rgb(35,171,186); }
div.DivClassName
{
background-color: #23ABBA;
}
.BgClassName
{
background-color: #23ABBA;
}
</style>
border-color css
<style>
span { border-color: #23ABBA; }
span { border-color: rgb(35,171,186); }
td.TdClassName
{
border-color: #23ABBA;
}
.TagClassName
{
border-color: #23ABBA;
}
</style>