Shades of Pelorous #23A8BF
Tints of Pelorous #23A8BF
RGB
CMYK
RGB Variations
Color information
#23A8BF (or 0x23A8BF) is known color: Pelorous. HEX triplet: 23, A8 and BF. RGB value is (35,168,191). Sum of RGB (Red+Green+Blue) = 35+168+191=394 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.88% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #23A8BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A8BF is #DC5740. Grayscale: #828282. Windows color (decimal): -14440257 or 12560419. OLE color: 12560419.
HSL color Cylindrical-coordinate representation of color #23A8BF: hue angle of 188.85º 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 #23A8BF is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 168 | 191 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.25 |
| HSL | 188.85º | 0.69% | 0.44% | - |
| HSV(B) | 188.85º | 0.82% | 0.75% | - |
| XYZ | 24.1 | 32.12 | 54.22 | - |
| YUV | 130.86 | 161.94 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 168 | 191 | 0.82 | 0.12 | 0 | 0.25 | 188.85 | 0.69 | 0.44 |
| Hex | 23 | A8 | BF | 52 | C | 0 | 19 | BD | 45 | 2C |
| Octal | 43 | 250 | 277 | 122 | 14 | 0 | 31 | 275 | 105 | 54 |
| Binary | 100011 | 10101000 | 10111111 | 1010010 | 1100 | 0 | 11001 | 10111101 | 1000101 | 101100 |
Color Harmonies of #23A8BF
Complementary color
Monochromatic Colors of #23A8BF
Black with #23A8BF
Text Example
Text Example
White with #23A8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A8BF; }
p { color: rgb(35,168,191); }
H1.HeaderClassName
{
color: #23A8BF;
}
.AnyTagClassName
{
color: #23A8BF;
}
</style>
background-color css
<style>
a { background-color: #23A8BF; }
a { background-color: rgb(35,168,191); }
div.DivClassName
{
background-color: #23A8BF;
}
.BgClassName
{
background-color: #23A8BF;
}
</style>
border-color css
<style>
span { border-color: #23A8BF; }
span { border-color: rgb(35,168,191); }
td.TdClassName
{
border-color: #23A8BF;
}
.TagClassName
{
border-color: #23A8BF;
}
</style>