Shades of Pelorous #239BBD
Tints of Pelorous #239BBD
RGB
CMYK
RGB Variations
Color information
#239BBD (or 0x239BBD) is known color: Pelorous. HEX triplet: 23, 9B and BD. RGB value is (35,155,189). Sum of RGB (Red+Green+Blue) = 35+155+189=379 (50% of max value = 765). Red value is 35 (14.06% from 255 or 9.23% from 379); Green value is 155 (60.94% from 255 or 40.90% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #239BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #239BBD is #DC6442. Grayscale: #7A7A7A. Windows color (decimal): -14443587 or 12426019. OLE color: 12426019.
HSL color Cylindrical-coordinate representation of color #239BBD: hue angle of 193.25º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #239BBD is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 155 | 189 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.26 |
| HSL | 193.25º | 0.69% | 0.44% | - |
| HSV(B) | 193.25º | 0.81% | 0.74% | - |
| XYZ | 21.6 | 27.47 | 52.31 | - |
| YUV | 123 | 165.24 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 155 | 189 | 0.81 | 0.18 | 0 | 0.26 | 193.25 | 0.69 | 0.44 |
| Hex | 23 | 9B | BD | 51 | 12 | 0 | 1A | C1 | 45 | 2C |
| Octal | 43 | 233 | 275 | 121 | 22 | 0 | 32 | 301 | 105 | 54 |
| Binary | 100011 | 10011011 | 10111101 | 1010001 | 10010 | 0 | 11010 | 11000001 | 1000101 | 101100 |
Color Harmonies of #239BBD
Complementary color
Monochromatic Colors of #239BBD
Black with #239BBD
Text Example
Text Example
White with #239BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239BBD; }
p { color: rgb(35,155,189); }
H1.HeaderClassName
{
color: #239BBD;
}
.AnyTagClassName
{
color: #239BBD;
}
</style>
background-color css
<style>
a { background-color: #239BBD; }
a { background-color: rgb(35,155,189); }
div.DivClassName
{
background-color: #239BBD;
}
.BgClassName
{
background-color: #239BBD;
}
</style>
border-color css
<style>
span { border-color: #239BBD; }
span { border-color: rgb(35,155,189); }
td.TdClassName
{
border-color: #239BBD;
}
.TagClassName
{
border-color: #239BBD;
}
</style>