Shades of Pelorous #23A8CB
Tints of Pelorous #23A8CB
RGB
CMYK
RGB Variations
Color information
#23A8CB (or 0x23A8CB) is known color: Pelorous. HEX triplet: 23, A8 and CB. RGB value is (35,168,203). Sum of RGB (Red+Green+Blue) = 35+168+203=406 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.62% from 406); Green value is 168 (66.02% from 255 or 41.38% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #23A8CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A8CB is #DC5734. Grayscale: #838383. Windows color (decimal): -14440245 or 13346851. OLE color: 13346851.
HSL color Cylindrical-coordinate representation of color #23A8CB: hue angle of 192.5º 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 #23A8CB is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 168 | 203 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.20 |
| HSL | 192.5º | 0.71% | 0.47% | - |
| HSV(B) | 192.5º | 0.83% | 0.8% | - |
| XYZ | 25.48 | 32.67 | 61.46 | - |
| YUV | 132.22 | 167.94 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 168 | 203 | 0.83 | 0.17 | 0 | 0.20 | 192.5 | 0.71 | 0.47 |
| Hex | 23 | A8 | CB | 53 | 11 | 0 | 14 | C0 | 47 | 2F |
| Octal | 43 | 250 | 313 | 123 | 21 | 0 | 24 | 300 | 107 | 57 |
| Binary | 100011 | 10101000 | 11001011 | 1010011 | 10001 | 0 | 10100 | 11000000 | 1000111 | 101111 |
Color Harmonies of #23A8CB
Complementary color
Monochromatic Colors of #23A8CB
Black with #23A8CB
Text Example
Text Example
White with #23A8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A8CB; }
p { color: rgb(35,168,203); }
H1.HeaderClassName
{
color: #23A8CB;
}
.AnyTagClassName
{
color: #23A8CB;
}
</style>
background-color css
<style>
a { background-color: #23A8CB; }
a { background-color: rgb(35,168,203); }
div.DivClassName
{
background-color: #23A8CB;
}
.BgClassName
{
background-color: #23A8CB;
}
</style>
border-color css
<style>
span { border-color: #23A8CB; }
span { border-color: rgb(35,168,203); }
td.TdClassName
{
border-color: #23A8CB;
}
.TagClassName
{
border-color: #23A8CB;
}
</style>