Shades of Pelorous #239AAE
Tints of Pelorous #239AAE
RGB
CMYK
RGB Variations
Color information
#239AAE (or 0x239AAE) is known color: Pelorous. HEX triplet: 23, 9A and AE. RGB value is (35,154,174). Sum of RGB (Red+Green+Blue) = 35+154+174=363 (48% of max value = 765). Red value is 35 (14.06% from 255 or 9.64% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 174 (68.36% from 255 or 47.93% from 363); Max value from RGB is 174 - color contains mainly: blue. Hex color #239AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239AAE is #DC6551. Grayscale: #787878. Windows color (decimal): -14443858 or 11442723. OLE color: 11442723.
HSL color Cylindrical-coordinate representation of color #239AAE: hue angle of 188.63º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #239AAE is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 35 | 154 | 174 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.32 |
| HSL | 188.63º | 0.67% | 0.41% | - |
| HSV(B) | 188.63º | 0.8% | 0.68% | - |
| XYZ | 19.89 | 26.52 | 44.12 | - |
| YUV | 120.7 | 158.08 | 66.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 174 | 0.80 | 0.11 | 0 | 0.32 | 188.63 | 0.67 | 0.41 |
| Hex | 23 | 9A | AE | 50 | B | 0 | 20 | BD | 43 | 29 |
| Octal | 43 | 232 | 256 | 120 | 13 | 0 | 40 | 275 | 103 | 51 |
| Binary | 100011 | 10011010 | 10101110 | 1010000 | 1011 | 0 | 100000 | 10111101 | 1000011 | 101001 |
Color Harmonies of #239AAE
Complementary color
Monochromatic Colors of #239AAE
Black with #239AAE
Text Example
Text Example
White with #239AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239AAE; }
p { color: rgb(35,154,174); }
H1.HeaderClassName
{
color: #239AAE;
}
.AnyTagClassName
{
color: #239AAE;
}
</style>
background-color css
<style>
a { background-color: #239AAE; }
a { background-color: rgb(35,154,174); }
div.DivClassName
{
background-color: #239AAE;
}
.BgClassName
{
background-color: #239AAE;
}
</style>
border-color css
<style>
span { border-color: #239AAE; }
span { border-color: rgb(35,154,174); }
td.TdClassName
{
border-color: #239AAE;
}
.TagClassName
{
border-color: #239AAE;
}
</style>