Shades of Pelorous #269DA6
Tints of Pelorous #269DA6
RGB
CMYK
RGB Variations
Color information
#269DA6 (or 0x269DA6) is known color: Pelorous. HEX triplet: 26, 9D and A6. RGB value is (38,157,166). Sum of RGB (Red+Green+Blue) = 38+157+166=361 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.53% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 166 - color contains mainly: blue. Hex color #269DA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269DA6 is #D96259. Grayscale: #7A7A7A. Windows color (decimal): -14246490 or 10919206. OLE color: 10919206.
HSL color Cylindrical-coordinate representation of color #269DA6: hue angle of 184.22º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #269DA6 is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 157 | 166 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.35 |
| HSL | 184.22º | 0.63% | 0.4% | - |
| HSV(B) | 184.22º | 0.77% | 0.65% | - |
| XYZ | 19.74 | 27.28 | 40.3 | - |
| YUV | 122.45 | 152.58 | 67.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 166 | 0.77 | 0.05 | 0 | 0.35 | 184.22 | 0.63 | 0.4 |
| Hex | 26 | 9D | A6 | 4D | 5 | 0 | 23 | B8 | 3F | 28 |
| Octal | 46 | 235 | 246 | 115 | 5 | 0 | 43 | 270 | 77 | 50 |
| Binary | 100110 | 10011101 | 10100110 | 1001101 | 101 | 0 | 100011 | 10111000 | 111111 | 101000 |
Color Harmonies of #269DA6
Complementary color
Monochromatic Colors of #269DA6
Black with #269DA6
Text Example
Text Example
White with #269DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269DA6; }
p { color: rgb(38,157,166); }
H1.HeaderClassName
{
color: #269DA6;
}
.AnyTagClassName
{
color: #269DA6;
}
</style>
background-color css
<style>
a { background-color: #269DA6; }
a { background-color: rgb(38,157,166); }
div.DivClassName
{
background-color: #269DA6;
}
.BgClassName
{
background-color: #269DA6;
}
</style>
border-color css
<style>
span { border-color: #269DA6; }
span { border-color: rgb(38,157,166); }
td.TdClassName
{
border-color: #269DA6;
}
.TagClassName
{
border-color: #269DA6;
}
</style>