Shades of Pelorous #269AAB
Tints of Pelorous #269AAB
RGB
CMYK
RGB Variations
Color information
#269AAB (or 0x269AAB) is known color: Pelorous. HEX triplet: 26, 9A and AB. RGB value is (38,154,171). Sum of RGB (Red+Green+Blue) = 38+154+171=363 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.47% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #269AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269AAB is #D96554. Grayscale: #797979. Windows color (decimal): -14247253 or 11246118. OLE color: 11246118.
HSL color Cylindrical-coordinate representation of color #269AAB: hue angle of 187.67º 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 #269AAB is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 154 | 171 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.33 |
| HSL | 187.67º | 0.64% | 0.41% | - |
| HSV(B) | 187.67º | 0.78% | 0.67% | - |
| XYZ | 19.71 | 26.46 | 42.6 | - |
| YUV | 121.25 | 156.07 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 171 | 0.78 | 0.10 | 0 | 0.33 | 187.67 | 0.64 | 0.41 |
| Hex | 26 | 9A | AB | 4E | A | 0 | 21 | BC | 40 | 29 |
| Octal | 46 | 232 | 253 | 116 | 12 | 0 | 41 | 274 | 100 | 51 |
| Binary | 100110 | 10011010 | 10101011 | 1001110 | 1010 | 0 | 100001 | 10111100 | 1000000 | 101001 |
Color Harmonies of #269AAB
Complementary color
Monochromatic Colors of #269AAB
Black with #269AAB
Text Example
Text Example
White with #269AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269AAB; }
p { color: rgb(38,154,171); }
H1.HeaderClassName
{
color: #269AAB;
}
.AnyTagClassName
{
color: #269AAB;
}
</style>
background-color css
<style>
a { background-color: #269AAB; }
a { background-color: rgb(38,154,171); }
div.DivClassName
{
background-color: #269AAB;
}
.BgClassName
{
background-color: #269AAB;
}
</style>
border-color css
<style>
span { border-color: #269AAB; }
span { border-color: rgb(38,154,171); }
td.TdClassName
{
border-color: #269AAB;
}
.TagClassName
{
border-color: #269AAB;
}
</style>