Shades of Pelorous #239DC1
Tints of Pelorous #239DC1
RGB
CMYK
RGB Variations
Color information
#239DC1 (or 0x239DC1) is known color: Pelorous. HEX triplet: 23, 9D and C1. RGB value is (35,157,193). Sum of RGB (Red+Green+Blue) = 35+157+193=385 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.09% from 385); Green value is 157 (61.72% from 255 or 40.78% from 385); Blue value is 193 (75.78% from 255 or 50.13% from 385); Max value from RGB is 193 - color contains mainly: blue. Hex color #239DC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239DC1 is #DC623E. Grayscale: #7C7C7C. Windows color (decimal): -14443071 or 12688675. OLE color: 12688675.
HSL color Cylindrical-coordinate representation of color #239DC1: hue angle of 193.67º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #239DC1 is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 35 | 157 | 193 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.24 |
| HSL | 193.67º | 0.69% | 0.45% | - |
| HSV(B) | 193.67º | 0.82% | 0.76% | - |
| XYZ | 22.38 | 28.32 | 54.74 | - |
| YUV | 124.63 | 166.58 | 64.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 157 | 193 | 0.82 | 0.19 | 0 | 0.24 | 193.67 | 0.69 | 0.45 |
| Hex | 23 | 9D | C1 | 52 | 13 | 0 | 18 | C2 | 45 | 2D |
| Octal | 43 | 235 | 301 | 122 | 23 | 0 | 30 | 302 | 105 | 55 |
| Binary | 100011 | 10011101 | 11000001 | 1010010 | 10011 | 0 | 11000 | 11000010 | 1000101 | 101101 |
Color Harmonies of #239DC1
Complementary color
Monochromatic Colors of #239DC1
Black with #239DC1
Text Example
Text Example
White with #239DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239DC1; }
p { color: rgb(35,157,193); }
H1.HeaderClassName
{
color: #239DC1;
}
.AnyTagClassName
{
color: #239DC1;
}
</style>
background-color css
<style>
a { background-color: #239DC1; }
a { background-color: rgb(35,157,193); }
div.DivClassName
{
background-color: #239DC1;
}
.BgClassName
{
background-color: #239DC1;
}
</style>
border-color css
<style>
span { border-color: #239DC1; }
span { border-color: rgb(35,157,193); }
td.TdClassName
{
border-color: #239DC1;
}
.TagClassName
{
border-color: #239DC1;
}
</style>