Shades of Pelorous #23A8BC
Tints of Pelorous #23A8BC
RGB
CMYK
RGB Variations
Color information
#23A8BC (or 0x23A8BC) is known color: Pelorous. HEX triplet: 23, A8 and BC. RGB value is (35,168,188). Sum of RGB (Red+Green+Blue) = 35+168+188=391 (51% of max value = 765). Red value is 35 (14.06% from 255 or 8.95% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #23A8BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A8BC is #DC5743. Grayscale: #828282. Windows color (decimal): -14440260 or 12363811. OLE color: 12363811.
HSL color Cylindrical-coordinate representation of color #23A8BC: hue angle of 187.84º 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 #23A8BC is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 168 | 188 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.26 |
| HSL | 187.84º | 0.69% | 0.44% | - |
| HSV(B) | 187.84º | 0.81% | 0.74% | - |
| XYZ | 23.77 | 31.99 | 52.5 | - |
| YUV | 130.51 | 160.44 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 168 | 188 | 0.81 | 0.11 | 0 | 0.26 | 187.84 | 0.69 | 0.44 |
| Hex | 23 | A8 | BC | 51 | B | 0 | 1A | BC | 45 | 2C |
| Octal | 43 | 250 | 274 | 121 | 13 | 0 | 32 | 274 | 105 | 54 |
| Binary | 100011 | 10101000 | 10111100 | 1010001 | 1011 | 0 | 11010 | 10111100 | 1000101 | 101100 |
Color Harmonies of #23A8BC
Complementary color
Monochromatic Colors of #23A8BC
Black with #23A8BC
Text Example
Text Example
White with #23A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A8BC; }
p { color: rgb(35,168,188); }
H1.HeaderClassName
{
color: #23A8BC;
}
.AnyTagClassName
{
color: #23A8BC;
}
</style>
background-color css
<style>
a { background-color: #23A8BC; }
a { background-color: rgb(35,168,188); }
div.DivClassName
{
background-color: #23A8BC;
}
.BgClassName
{
background-color: #23A8BC;
}
</style>
border-color css
<style>
span { border-color: #23A8BC; }
span { border-color: rgb(35,168,188); }
td.TdClassName
{
border-color: #23A8BC;
}
.TagClassName
{
border-color: #23A8BC;
}
</style>