Shades of Pelorous #239BB9
Tints of Pelorous #239BB9
RGB
CMYK
RGB Variations
Color information
#239BB9 (or 0x239BB9) is known color: Pelorous. HEX triplet: 23, 9B and B9. RGB value is (35,155,185). Sum of RGB (Red+Green+Blue) = 35+155+185=375 (49% of max value = 765). Red value is 35 (14.06% from 255 or 9.33% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #239BB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BB9 is #DC6446. Grayscale: #7A7A7A. Windows color (decimal): -14443591 or 12163875. OLE color: 12163875.
HSL color Cylindrical-coordinate representation of color #239BB9: hue angle of 192º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #239BB9 is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 155 | 185 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.27 |
| HSL | 192º | 0.68% | 0.43% | - |
| HSV(B) | 192º | 0.81% | 0.73% | - |
| XYZ | 21.17 | 27.3 | 50.05 | - |
| YUV | 122.54 | 163.24 | 65.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 155 | 185 | 0.81 | 0.16 | 0 | 0.27 | 192 | 0.68 | 0.43 |
| Hex | 23 | 9B | B9 | 51 | 10 | 0 | 1B | C0 | 44 | 2B |
| Octal | 43 | 233 | 271 | 121 | 20 | 0 | 33 | 300 | 104 | 53 |
| Binary | 100011 | 10011011 | 10111001 | 1010001 | 10000 | 0 | 11011 | 11000000 | 1000100 | 101011 |
Color Harmonies of #239BB9
Complementary color
Monochromatic Colors of #239BB9
Black with #239BB9
Text Example
Text Example
White with #239BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239BB9; }
p { color: rgb(35,155,185); }
H1.HeaderClassName
{
color: #239BB9;
}
.AnyTagClassName
{
color: #239BB9;
}
</style>
background-color css
<style>
a { background-color: #239BB9; }
a { background-color: rgb(35,155,185); }
div.DivClassName
{
background-color: #239BB9;
}
.BgClassName
{
background-color: #239BB9;
}
</style>
border-color css
<style>
span { border-color: #239BB9; }
span { border-color: rgb(35,155,185); }
td.TdClassName
{
border-color: #239BB9;
}
.TagClassName
{
border-color: #239BB9;
}
</style>