Shades of Pelorous #269FA6
Tints of Pelorous #269FA6
RGB
CMYK
RGB Variations
Color information
#269FA6 (or 0x269FA6) is known color: Pelorous. HEX triplet: 26, 9F and A6. RGB value is (38,159,166). Sum of RGB (Red+Green+Blue) = 38+159+166=363 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.47% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 166 - color contains mainly: blue. Hex color #269FA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269FA6 is #D96059. Grayscale: #7B7B7B. Windows color (decimal): -14245978 or 10919718. OLE color: 10919718.
HSL color Cylindrical-coordinate representation of color #269FA6: hue angle of 183.28º 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 #269FA6 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 38 | 159 | 166 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.35 |
| HSL | 183.28º | 0.63% | 0.4% | - |
| HSV(B) | 183.28º | 0.77% | 0.65% | - |
| XYZ | 20.08 | 27.96 | 40.42 | - |
| YUV | 123.62 | 151.91 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 159 | 166 | 0.77 | 0.04 | 0 | 0.35 | 183.28 | 0.63 | 0.4 |
| Hex | 26 | 9F | A6 | 4D | 4 | 0 | 23 | B7 | 3F | 28 |
| Octal | 46 | 237 | 246 | 115 | 4 | 0 | 43 | 267 | 77 | 50 |
| Binary | 100110 | 10011111 | 10100110 | 1001101 | 100 | 0 | 100011 | 10110111 | 111111 | 101000 |
Color Harmonies of #269FA6
Complementary color
Monochromatic Colors of #269FA6
Black with #269FA6
Text Example
Text Example
White with #269FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269FA6; }
p { color: rgb(38,159,166); }
H1.HeaderClassName
{
color: #269FA6;
}
.AnyTagClassName
{
color: #269FA6;
}
</style>
background-color css
<style>
a { background-color: #269FA6; }
a { background-color: rgb(38,159,166); }
div.DivClassName
{
background-color: #269FA6;
}
.BgClassName
{
background-color: #269FA6;
}
</style>
border-color css
<style>
span { border-color: #269FA6; }
span { border-color: rgb(38,159,166); }
td.TdClassName
{
border-color: #269FA6;
}
.TagClassName
{
border-color: #269FA6;
}
</style>