Shades of Pelorous #23ACC7
Tints of Pelorous #23ACC7
RGB
CMYK
RGB Variations
Color information
#23ACC7 (or 0x23ACC7) is known color: Pelorous. HEX triplet: 23, AC and C7. RGB value is (35,172,199). Sum of RGB (Red+Green+Blue) = 35+172+199=406 (53% of max value = 765). Red value is 35 (14.06% from 255 or 8.62% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 199 (78.12% from 255 or 49.01% from 406); Max value from RGB is 199 - color contains mainly: blue. Hex color #23ACC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23ACC7 is #DC5338. Grayscale: #858585. Windows color (decimal): -14439225 or 13085731. OLE color: 13085731.
HSL color Cylindrical-coordinate representation of color #23ACC7: hue angle of 189.88º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23ACC7 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 35 | 172 | 199 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.22 |
| HSL | 189.88º | 0.7% | 0.46% | - |
| HSV(B) | 189.88º | 0.82% | 0.78% | - |
| XYZ | 25.75 | 33.99 | 59.24 | - |
| YUV | 134.12 | 164.61 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 172 | 199 | 0.82 | 0.14 | 0 | 0.22 | 189.88 | 0.7 | 0.46 |
| Hex | 23 | AC | C7 | 52 | E | 0 | 16 | BE | 46 | 2E |
| Octal | 43 | 254 | 307 | 122 | 16 | 0 | 26 | 276 | 106 | 56 |
| Binary | 100011 | 10101100 | 11000111 | 1010010 | 1110 | 0 | 10110 | 10111110 | 1000110 | 101110 |
Color Harmonies of #23ACC7
Complementary color
Monochromatic Colors of #23ACC7
Black with #23ACC7
Text Example
Text Example
White with #23ACC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23ACC7; }
p { color: rgb(35,172,199); }
H1.HeaderClassName
{
color: #23ACC7;
}
.AnyTagClassName
{
color: #23ACC7;
}
</style>
background-color css
<style>
a { background-color: #23ACC7; }
a { background-color: rgb(35,172,199); }
div.DivClassName
{
background-color: #23ACC7;
}
.BgClassName
{
background-color: #23ACC7;
}
</style>
border-color css
<style>
span { border-color: #23ACC7; }
span { border-color: rgb(35,172,199); }
td.TdClassName
{
border-color: #23ACC7;
}
.TagClassName
{
border-color: #23ACC7;
}
</style>