Shades of Pelorous #239AC0
Tints of Pelorous #239AC0
RGB
CMYK
RGB Variations
Color information
#239AC0 (or 0x239AC0) is known color: Pelorous. HEX triplet: 23, 9A and C0. RGB value is (35,154,192). Sum of RGB (Red+Green+Blue) = 35+154+192=381 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.19% from 381); Green value is 154 (60.55% from 255 or 40.42% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #239AC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239AC0 is #DC653F. Grayscale: #7A7A7A. Windows color (decimal): -14443840 or 12622371. OLE color: 12622371.
HSL color Cylindrical-coordinate representation of color #239AC0: hue angle of 194.52º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #239AC0 is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 154 | 192 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.25 |
| HSL | 194.52º | 0.69% | 0.45% | - |
| HSV(B) | 194.52º | 0.82% | 0.75% | - |
| XYZ | 21.76 | 27.27 | 53.99 | - |
| YUV | 122.75 | 167.08 | 65.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 192 | 0.82 | 0.20 | 0 | 0.25 | 194.52 | 0.69 | 0.45 |
| Hex | 23 | 9A | C0 | 52 | 14 | 0 | 19 | C3 | 45 | 2D |
| Octal | 43 | 232 | 300 | 122 | 24 | 0 | 31 | 303 | 105 | 55 |
| Binary | 100011 | 10011010 | 11000000 | 1010010 | 10100 | 0 | 11001 | 11000011 | 1000101 | 101101 |
Color Harmonies of #239AC0
Complementary color
Monochromatic Colors of #239AC0
Black with #239AC0
Text Example
Text Example
White with #239AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239AC0; }
p { color: rgb(35,154,192); }
H1.HeaderClassName
{
color: #239AC0;
}
.AnyTagClassName
{
color: #239AC0;
}
</style>
background-color css
<style>
a { background-color: #239AC0; }
a { background-color: rgb(35,154,192); }
div.DivClassName
{
background-color: #239AC0;
}
.BgClassName
{
background-color: #239AC0;
}
</style>
border-color css
<style>
span { border-color: #239AC0; }
span { border-color: rgb(35,154,192); }
td.TdClassName
{
border-color: #239AC0;
}
.TagClassName
{
border-color: #239AC0;
}
</style>