Shades of Pelorous #23ABBC
Tints of Pelorous #23ABBC
RGB
CMYK
RGB Variations
Color information
#23ABBC (or 0x23ABBC) is known color: Pelorous. HEX triplet: 23, AB and BC. RGB value is (35,171,188). Sum of RGB (Red+Green+Blue) = 35+171+188=394 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.88% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #23ABBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ABBC is #DC5443. Grayscale: #848484. Windows color (decimal): -14439492 or 12364579. OLE color: 12364579.
HSL color Cylindrical-coordinate representation of color #23ABBC: hue angle of 186.67º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23ABBC is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 171 | 188 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.26 |
| HSL | 186.67º | 0.69% | 0.44% | - |
| HSV(B) | 186.67º | 0.81% | 0.74% | - |
| XYZ | 24.33 | 33.11 | 52.69 | - |
| YUV | 132.27 | 159.44 | 58.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 171 | 188 | 0.81 | 0.09 | 0 | 0.26 | 186.67 | 0.69 | 0.44 |
| Hex | 23 | AB | BC | 51 | 9 | 0 | 1A | BB | 45 | 2C |
| Octal | 43 | 253 | 274 | 121 | 11 | 0 | 32 | 273 | 105 | 54 |
| Binary | 100011 | 10101011 | 10111100 | 1010001 | 1001 | 0 | 11010 | 10111011 | 1000101 | 101100 |
Color Harmonies of #23ABBC
Complementary color
Monochromatic Colors of #23ABBC
Black with #23ABBC
Text Example
Text Example
White with #23ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ABBC; }
p { color: rgb(35,171,188); }
H1.HeaderClassName
{
color: #23ABBC;
}
.AnyTagClassName
{
color: #23ABBC;
}
</style>
background-color css
<style>
a { background-color: #23ABBC; }
a { background-color: rgb(35,171,188); }
div.DivClassName
{
background-color: #23ABBC;
}
.BgClassName
{
background-color: #23ABBC;
}
</style>
border-color css
<style>
span { border-color: #23ABBC; }
span { border-color: rgb(35,171,188); }
td.TdClassName
{
border-color: #23ABBC;
}
.TagClassName
{
border-color: #23ABBC;
}
</style>