Shades of Pelorous #269DA8
Tints of Pelorous #269DA8
RGB
CMYK
RGB Variations
Color information
#269DA8 (or 0x269DA8) is known color: Pelorous. HEX triplet: 26, 9D and A8. RGB value is (38,157,168). Sum of RGB (Red+Green+Blue) = 38+157+168=363 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.47% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 168 (66.02% from 255 or 46.28% from 363); Max value from RGB is 168 - color contains mainly: blue. Hex color #269DA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269DA8 is #D96257. Grayscale: #7A7A7A. Windows color (decimal): -14246488 or 11050278. OLE color: 11050278.
HSL color Cylindrical-coordinate representation of color #269DA8: hue angle of 185.08º 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 #269DA8 is Cyan = 0.77, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 38 | 157 | 168 | - |
| CMYK | 0.77 | 0.07 | 0 | 0.34 |
| HSL | 185.08º | 0.63% | 0.4% | - |
| HSV(B) | 185.08º | 0.77% | 0.66% | - |
| XYZ | 19.92 | 27.35 | 41.28 | - |
| YUV | 122.67 | 153.58 | 67.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 168 | 0.77 | 0.07 | 0 | 0.34 | 185.08 | 0.63 | 0.4 |
| Hex | 26 | 9D | A8 | 4D | 7 | 0 | 22 | B9 | 3F | 28 |
| Octal | 46 | 235 | 250 | 115 | 7 | 0 | 42 | 271 | 77 | 50 |
| Binary | 100110 | 10011101 | 10101000 | 1001101 | 111 | 0 | 100010 | 10111001 | 111111 | 101000 |
Color Harmonies of #269DA8
Complementary color
Monochromatic Colors of #269DA8
Black with #269DA8
Text Example
Text Example
White with #269DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269DA8; }
p { color: rgb(38,157,168); }
H1.HeaderClassName
{
color: #269DA8;
}
.AnyTagClassName
{
color: #269DA8;
}
</style>
background-color css
<style>
a { background-color: #269DA8; }
a { background-color: rgb(38,157,168); }
div.DivClassName
{
background-color: #269DA8;
}
.BgClassName
{
background-color: #269DA8;
}
</style>
border-color css
<style>
span { border-color: #269DA8; }
span { border-color: rgb(38,157,168); }
td.TdClassName
{
border-color: #269DA8;
}
.TagClassName
{
border-color: #269DA8;
}
</style>