Shades of Pelorous #239DB0
Tints of Pelorous #239DB0
RGB
CMYK
RGB Variations
Color information
#239DB0 (or 0x239DB0) is known color: Pelorous. HEX triplet: 23, 9D and B0. RGB value is (35,157,176). Sum of RGB (Red+Green+Blue) = 35+157+176=368 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.51% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 176 (69.14% from 255 or 47.83% from 368); Max value from RGB is 176 - color contains mainly: blue. Hex color #239DB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239DB0 is #DC624F. Grayscale: #7A7A7A. Windows color (decimal): -14443088 or 11574563. OLE color: 11574563.
HSL color Cylindrical-coordinate representation of color #239DB0: hue angle of 188.09º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #239DB0 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 35 | 157 | 176 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.31 |
| HSL | 188.09º | 0.67% | 0.41% | - |
| HSV(B) | 188.09º | 0.8% | 0.69% | - |
| XYZ | 20.59 | 27.61 | 45.32 | - |
| YUV | 122.69 | 158.08 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 157 | 176 | 0.80 | 0.11 | 0 | 0.31 | 188.09 | 0.67 | 0.41 |
| Hex | 23 | 9D | B0 | 50 | B | 0 | 1F | BC | 43 | 29 |
| Octal | 43 | 235 | 260 | 120 | 13 | 0 | 37 | 274 | 103 | 51 |
| Binary | 100011 | 10011101 | 10110000 | 1010000 | 1011 | 0 | 11111 | 10111100 | 1000011 | 101001 |
Color Harmonies of #239DB0
Complementary color
Monochromatic Colors of #239DB0
Black with #239DB0
Text Example
Text Example
White with #239DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239DB0; }
p { color: rgb(35,157,176); }
H1.HeaderClassName
{
color: #239DB0;
}
.AnyTagClassName
{
color: #239DB0;
}
</style>
background-color css
<style>
a { background-color: #239DB0; }
a { background-color: rgb(35,157,176); }
div.DivClassName
{
background-color: #239DB0;
}
.BgClassName
{
background-color: #239DB0;
}
</style>
border-color css
<style>
span { border-color: #239DB0; }
span { border-color: rgb(35,157,176); }
td.TdClassName
{
border-color: #239DB0;
}
.TagClassName
{
border-color: #239DB0;
}
</style>