Shades of Pelorous #269AAE
Tints of Pelorous #269AAE
RGB
CMYK
RGB Variations
Color information
#269AAE (or 0x269AAE) is known color: Pelorous. HEX triplet: 26, 9A and AE. RGB value is (38,154,174). Sum of RGB (Red+Green+Blue) = 38+154+174=366 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.38% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #269AAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269AAE is #D96551. Grayscale: #797979. Windows color (decimal): -14247250 or 11442726. OLE color: 11442726.
HSL color Cylindrical-coordinate representation of color #269AAE: hue angle of 188.82º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #269AAE is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 154 | 174 | - |
| CMYK | 0.78 | 0.11 | 0 | 0.32 |
| HSL | 188.82º | 0.64% | 0.42% | - |
| HSV(B) | 188.82º | 0.78% | 0.68% | - |
| XYZ | 19.99 | 26.58 | 44.12 | - |
| YUV | 121.6 | 157.57 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 174 | 0.78 | 0.11 | 0 | 0.32 | 188.82 | 0.64 | 0.42 |
| Hex | 26 | 9A | AE | 4E | B | 0 | 20 | BD | 40 | 2A |
| Octal | 46 | 232 | 256 | 116 | 13 | 0 | 40 | 275 | 100 | 52 |
| Binary | 100110 | 10011010 | 10101110 | 1001110 | 1011 | 0 | 100000 | 10111101 | 1000000 | 101010 |
Color Harmonies of #269AAE
Complementary color
Monochromatic Colors of #269AAE
Black with #269AAE
Text Example
Text Example
White with #269AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269AAE; }
p { color: rgb(38,154,174); }
H1.HeaderClassName
{
color: #269AAE;
}
.AnyTagClassName
{
color: #269AAE;
}
</style>
background-color css
<style>
a { background-color: #269AAE; }
a { background-color: rgb(38,154,174); }
div.DivClassName
{
background-color: #269AAE;
}
.BgClassName
{
background-color: #269AAE;
}
</style>
border-color css
<style>
span { border-color: #269AAE; }
span { border-color: rgb(38,154,174); }
td.TdClassName
{
border-color: #269AAE;
}
.TagClassName
{
border-color: #269AAE;
}
</style>