Shades of Pelorous #269DAB
Tints of Pelorous #269DAB
RGB
CMYK
RGB Variations
Color information
#269DAB (or 0x269DAB) is known color: Pelorous. HEX triplet: 26, 9D and AB. RGB value is (38,157,171). Sum of RGB (Red+Green+Blue) = 38+157+171=366 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.38% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #269DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269DAB is #D96254. Grayscale: #7A7A7A. Windows color (decimal): -14246485 or 11246886. OLE color: 11246886.
HSL color Cylindrical-coordinate representation of color #269DAB: hue angle of 186.32º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #269DAB is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 157 | 171 | - |
| CMYK | 0.78 | 0.08 | 0 | 0.33 |
| HSL | 186.32º | 0.64% | 0.41% | - |
| HSV(B) | 186.32º | 0.78% | 0.67% | - |
| XYZ | 20.21 | 27.47 | 42.76 | - |
| YUV | 123.02 | 155.08 | 67.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 171 | 0.78 | 0.08 | 0 | 0.33 | 186.32 | 0.64 | 0.41 |
| Hex | 26 | 9D | AB | 4E | 8 | 0 | 21 | BA | 40 | 29 |
| Octal | 46 | 235 | 253 | 116 | 10 | 0 | 41 | 272 | 100 | 51 |
| Binary | 100110 | 10011101 | 10101011 | 1001110 | 1000 | 0 | 100001 | 10111010 | 1000000 | 101001 |
Color Harmonies of #269DAB
Complementary color
Monochromatic Colors of #269DAB
Black with #269DAB
Text Example
Text Example
White with #269DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269DAB; }
p { color: rgb(38,157,171); }
H1.HeaderClassName
{
color: #269DAB;
}
.AnyTagClassName
{
color: #269DAB;
}
</style>
background-color css
<style>
a { background-color: #269DAB; }
a { background-color: rgb(38,157,171); }
div.DivClassName
{
background-color: #269DAB;
}
.BgClassName
{
background-color: #269DAB;
}
</style>
border-color css
<style>
span { border-color: #269DAB; }
span { border-color: rgb(38,157,171); }
td.TdClassName
{
border-color: #269DAB;
}
.TagClassName
{
border-color: #269DAB;
}
</style>