Shades of Pelorous #269EA8
Tints of Pelorous #269EA8
RGB
CMYK
RGB Variations
Color information
#269EA8 (or 0x269EA8) is known color: Pelorous. HEX triplet: 26, 9E and A8. RGB value is (38,158,168). Sum of RGB (Red+Green+Blue) = 38+158+168=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 168 (66.02% from 255 or 46.15% from 364); Max value from RGB is 168 - color contains mainly: blue. Hex color #269EA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269EA8 is #D96157. Grayscale: #7B7B7B. Windows color (decimal): -14246232 or 11050534. OLE color: 11050534.
HSL color Cylindrical-coordinate representation of color #269EA8: hue angle of 184.62º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #269EA8 is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 158 | 168 | - |
| CMYK | 0.77 | 0.06 | 0 | 0.34 |
| HSL | 184.62º | 0.63% | 0.4% | - |
| HSV(B) | 184.62º | 0.77% | 0.66% | - |
| XYZ | 20.09 | 27.69 | 41.33 | - |
| YUV | 123.26 | 153.24 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 168 | 0.77 | 0.06 | 0 | 0.34 | 184.62 | 0.63 | 0.4 |
| Hex | 26 | 9E | A8 | 4D | 6 | 0 | 22 | B9 | 3F | 28 |
| Octal | 46 | 236 | 250 | 115 | 6 | 0 | 42 | 271 | 77 | 50 |
| Binary | 100110 | 10011110 | 10101000 | 1001101 | 110 | 0 | 100010 | 10111001 | 111111 | 101000 |
Color Harmonies of #269EA8
Complementary color
Monochromatic Colors of #269EA8
Black with #269EA8
Text Example
Text Example
White with #269EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269EA8; }
p { color: rgb(38,158,168); }
H1.HeaderClassName
{
color: #269EA8;
}
.AnyTagClassName
{
color: #269EA8;
}
</style>
background-color css
<style>
a { background-color: #269EA8; }
a { background-color: rgb(38,158,168); }
div.DivClassName
{
background-color: #269EA8;
}
.BgClassName
{
background-color: #269EA8;
}
</style>
border-color css
<style>
span { border-color: #269EA8; }
span { border-color: rgb(38,158,168); }
td.TdClassName
{
border-color: #269EA8;
}
.TagClassName
{
border-color: #269EA8;
}
</style>