Shades of Pelorous #23A1CD
Tints of Pelorous #23A1CD
RGB
CMYK
RGB Variations
Color information
#23A1CD (or 0x23A1CD) is known color: Pelorous. HEX triplet: 23, A1 and CD. RGB value is (35,161,205). Sum of RGB (Red+Green+Blue) = 35+161+205=401 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.73% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #23A1CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23A1CD is #DC5E32. Grayscale: #808080. Windows color (decimal): -14442035 or 13476131. OLE color: 13476131.
HSL color Cylindrical-coordinate representation of color #23A1CD: hue angle of 195.53º 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 #23A1CD is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 161 | 205 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.20 |
| HSL | 195.53º | 0.71% | 0.47% | - |
| HSV(B) | 195.53º | 0.83% | 0.8% | - |
| XYZ | 24.46 | 30.25 | 62.31 | - |
| YUV | 128.34 | 171.26 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 161 | 205 | 0.83 | 0.21 | 0 | 0.20 | 195.53 | 0.71 | 0.47 |
| Hex | 23 | A1 | CD | 53 | 15 | 0 | 14 | C4 | 47 | 2F |
| Octal | 43 | 241 | 315 | 123 | 25 | 0 | 24 | 304 | 107 | 57 |
| Binary | 100011 | 10100001 | 11001101 | 1010011 | 10101 | 0 | 10100 | 11000100 | 1000111 | 101111 |
Color Harmonies of #23A1CD
Complementary color
Monochromatic Colors of #23A1CD
Black with #23A1CD
Text Example
Text Example
White with #23A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23A1CD; }
p { color: rgb(35,161,205); }
H1.HeaderClassName
{
color: #23A1CD;
}
.AnyTagClassName
{
color: #23A1CD;
}
</style>
background-color css
<style>
a { background-color: #23A1CD; }
a { background-color: rgb(35,161,205); }
div.DivClassName
{
background-color: #23A1CD;
}
.BgClassName
{
background-color: #23A1CD;
}
</style>
border-color css
<style>
span { border-color: #23A1CD; }
span { border-color: rgb(35,161,205); }
td.TdClassName
{
border-color: #23A1CD;
}
.TagClassName
{
border-color: #23A1CD;
}
</style>