Shades of Pelorous #239AA6
Tints of Pelorous #239AA6
RGB
CMYK
RGB Variations
Color information
#239AA6 (or 0x239AA6) is known color: Pelorous. HEX triplet: 23, 9A and A6. RGB value is (35,154,166). Sum of RGB (Red+Green+Blue) = 35+154+166=355 (47% of max value = 765). Red value is 35 (14.06% from 255 or 9.86% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 166 (65.23% from 255 or 46.76% from 355); Max value from RGB is 166 - color contains mainly: blue. Hex color #239AA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #239AA6 is #DC6559. Grayscale: #777777. Windows color (decimal): -14443866 or 10918435. OLE color: 10918435.
HSL color Cylindrical-coordinate representation of color #239AA6: hue angle of 185.5º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #239AA6 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 35 | 154 | 166 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.35 |
| HSL | 185.5º | 0.65% | 0.39% | - |
| HSV(B) | 185.5º | 0.79% | 0.65% | - |
| XYZ | 19.13 | 26.22 | 40.13 | - |
| YUV | 119.79 | 154.08 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 154 | 166 | 0.79 | 0.07 | 0 | 0.35 | 185.5 | 0.65 | 0.39 |
| Hex | 23 | 9A | A6 | 4F | 7 | 0 | 23 | B9 | 41 | 27 |
| Octal | 43 | 232 | 246 | 117 | 7 | 0 | 43 | 271 | 101 | 47 |
| Binary | 100011 | 10011010 | 10100110 | 1001111 | 111 | 0 | 100011 | 10111001 | 1000001 | 100111 |
Color Harmonies of #239AA6
Complementary color
Monochromatic Colors of #239AA6
Black with #239AA6
Text Example
Text Example
White with #239AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #239AA6; }
p { color: rgb(35,154,166); }
H1.HeaderClassName
{
color: #239AA6;
}
.AnyTagClassName
{
color: #239AA6;
}
</style>
background-color css
<style>
a { background-color: #239AA6; }
a { background-color: rgb(35,154,166); }
div.DivClassName
{
background-color: #239AA6;
}
.BgClassName
{
background-color: #239AA6;
}
</style>
border-color css
<style>
span { border-color: #239AA6; }
span { border-color: rgb(35,154,166); }
td.TdClassName
{
border-color: #239AA6;
}
.TagClassName
{
border-color: #239AA6;
}
</style>