Shades of Pelorous #23A7CB
Tints of Pelorous #23A7CB
RGB
CMYK
RGB Variations
Color information
#23A7CB (or 0x23A7CB) is known color: Pelorous. HEX triplet: 23, A7 and CB. RGB value is (35,167,203). Sum of RGB (Red+Green+Blue) = 35+167+203=405 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.64% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #23A7CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A7CB is #DC5834. Grayscale: #838383. Windows color (decimal): -14440501 or 13346595. OLE color: 13346595.
HSL color Cylindrical-coordinate representation of color #23A7CB: hue angle of 192.86º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23A7CB is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 167 | 203 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.20 |
| HSL | 192.86º | 0.71% | 0.47% | - |
| HSV(B) | 192.86º | 0.83% | 0.8% | - |
| XYZ | 25.29 | 32.31 | 61.4 | - |
| YUV | 131.64 | 168.27 | 59.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 167 | 203 | 0.83 | 0.18 | 0 | 0.20 | 192.86 | 0.71 | 0.47 |
| Hex | 23 | A7 | CB | 53 | 12 | 0 | 14 | C1 | 47 | 2F |
| Octal | 43 | 247 | 313 | 123 | 22 | 0 | 24 | 301 | 107 | 57 |
| Binary | 100011 | 10100111 | 11001011 | 1010011 | 10010 | 0 | 10100 | 11000001 | 1000111 | 101111 |
Color Harmonies of #23A7CB
Complementary color
Monochromatic Colors of #23A7CB
Black with #23A7CB
Text Example
Text Example
White with #23A7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A7CB; }
p { color: rgb(35,167,203); }
H1.HeaderClassName
{
color: #23A7CB;
}
.AnyTagClassName
{
color: #23A7CB;
}
</style>
background-color css
<style>
a { background-color: #23A7CB; }
a { background-color: rgb(35,167,203); }
div.DivClassName
{
background-color: #23A7CB;
}
.BgClassName
{
background-color: #23A7CB;
}
</style>
border-color css
<style>
span { border-color: #23A7CB; }
span { border-color: rgb(35,167,203); }
td.TdClassName
{
border-color: #23A7CB;
}
.TagClassName
{
border-color: #23A7CB;
}
</style>