Shades of Pelorous #23A1CA
Tints of Pelorous #23A1CA
RGB
CMYK
RGB Variations
Color information
#23A1CA (or 0x23A1CA) is known color: Pelorous. HEX triplet: 23, A1 and CA. RGB value is (35,161,202). Sum of RGB (Red+Green+Blue) = 35+161+202=398 (52% of max value = 765). Red value is 35 (14.06% from 255 or 8.79% from 398); Green value is 161 (63.28% from 255 or 40.45% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #23A1CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A1CA is #DC5E35. Grayscale: #7F7F7F. Windows color (decimal): -14442038 or 13279523. OLE color: 13279523.
HSL color Cylindrical-coordinate representation of color #23A1CA: hue angle of 194.73º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23A1CA is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 161 | 202 | - |
| CMYK | 0.83 | 0.20 | 0 | 0.21 |
| HSL | 194.73º | 0.7% | 0.46% | - |
| HSV(B) | 194.73º | 0.83% | 0.79% | - |
| XYZ | 24.1 | 30.11 | 60.42 | - |
| YUV | 128 | 169.76 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 161 | 202 | 0.83 | 0.20 | 0 | 0.21 | 194.73 | 0.7 | 0.46 |
| Hex | 23 | A1 | CA | 53 | 14 | 0 | 15 | C3 | 46 | 2E |
| Octal | 43 | 241 | 312 | 123 | 24 | 0 | 25 | 303 | 106 | 56 |
| Binary | 100011 | 10100001 | 11001010 | 1010011 | 10100 | 0 | 10101 | 11000011 | 1000110 | 101110 |
Color Harmonies of #23A1CA
Complementary color
Monochromatic Colors of #23A1CA
Black with #23A1CA
Text Example
Text Example
White with #23A1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A1CA; }
p { color: rgb(35,161,202); }
H1.HeaderClassName
{
color: #23A1CA;
}
.AnyTagClassName
{
color: #23A1CA;
}
</style>
background-color css
<style>
a { background-color: #23A1CA; }
a { background-color: rgb(35,161,202); }
div.DivClassName
{
background-color: #23A1CA;
}
.BgClassName
{
background-color: #23A1CA;
}
</style>
border-color css
<style>
span { border-color: #23A1CA; }
span { border-color: rgb(35,161,202); }
td.TdClassName
{
border-color: #23A1CA;
}
.TagClassName
{
border-color: #23A1CA;
}
</style>