Shades of Pelorous #269AAC
Tints of Pelorous #269AAC
RGB
CMYK
RGB Variations
Color information
#269AAC (or 0x269AAC) is known color: Pelorous. HEX triplet: 26, 9A and AC. RGB value is (38,154,172). Sum of RGB (Red+Green+Blue) = 38+154+172=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #269AAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269AAC is #D96553. Grayscale: #797979. Windows color (decimal): -14247252 or 11311654. OLE color: 11311654.
HSL color Cylindrical-coordinate representation of color #269AAC: hue angle of 188.06º 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 #269AAC is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 38 | 154 | 172 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.33 |
| HSL | 188.06º | 0.64% | 0.41% | - |
| HSV(B) | 188.06º | 0.78% | 0.67% | - |
| XYZ | 19.8 | 26.5 | 43.1 | - |
| YUV | 121.37 | 156.57 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 154 | 172 | 0.78 | 0.10 | 0 | 0.33 | 188.06 | 0.64 | 0.41 |
| Hex | 26 | 9A | AC | 4E | A | 0 | 21 | BC | 40 | 29 |
| Octal | 46 | 232 | 254 | 116 | 12 | 0 | 41 | 274 | 100 | 51 |
| Binary | 100110 | 10011010 | 10101100 | 1001110 | 1010 | 0 | 100001 | 10111100 | 1000000 | 101001 |
Color Harmonies of #269AAC
Complementary color
Monochromatic Colors of #269AAC
Black with #269AAC
Text Example
Text Example
White with #269AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269AAC; }
p { color: rgb(38,154,172); }
H1.HeaderClassName
{
color: #269AAC;
}
.AnyTagClassName
{
color: #269AAC;
}
</style>
background-color css
<style>
a { background-color: #269AAC; }
a { background-color: rgb(38,154,172); }
div.DivClassName
{
background-color: #269AAC;
}
.BgClassName
{
background-color: #269AAC;
}
</style>
border-color css
<style>
span { border-color: #269AAC; }
span { border-color: rgb(38,154,172); }
td.TdClassName
{
border-color: #269AAC;
}
.TagClassName
{
border-color: #269AAC;
}
</style>