Shades of Pelorous #269EBA
Tints of Pelorous #269EBA
RGB
CMYK
RGB Variations
Color information
#269EBA (or 0x269EBA) is known color: Pelorous. HEX triplet: 26, 9E and BA. RGB value is (38,158,186). Sum of RGB (Red+Green+Blue) = 38+158+186=382 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.95% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #269EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269EBA is #D96145. Grayscale: #7D7D7D. Windows color (decimal): -14246214 or 12230182. OLE color: 12230182.
HSL color Cylindrical-coordinate representation of color #269EBA: hue angle of 191.35º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #269EBA is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 158 | 186 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.27 |
| HSL | 191.35º | 0.66% | 0.44% | - |
| HSV(B) | 191.35º | 0.8% | 0.73% | - |
| XYZ | 21.89 | 28.41 | 50.78 | - |
| YUV | 125.31 | 162.24 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 158 | 186 | 0.80 | 0.15 | 0 | 0.27 | 191.35 | 0.66 | 0.44 |
| Hex | 26 | 9E | BA | 50 | F | 0 | 1B | BF | 42 | 2C |
| Octal | 46 | 236 | 272 | 120 | 17 | 0 | 33 | 277 | 102 | 54 |
| Binary | 100110 | 10011110 | 10111010 | 1010000 | 1111 | 0 | 11011 | 10111111 | 1000010 | 101100 |
Color Harmonies of #269EBA
Complementary color
Monochromatic Colors of #269EBA
Black with #269EBA
Text Example
Text Example
White with #269EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269EBA; }
p { color: rgb(38,158,186); }
H1.HeaderClassName
{
color: #269EBA;
}
.AnyTagClassName
{
color: #269EBA;
}
</style>
background-color css
<style>
a { background-color: #269EBA; }
a { background-color: rgb(38,158,186); }
div.DivClassName
{
background-color: #269EBA;
}
.BgClassName
{
background-color: #269EBA;
}
</style>
border-color css
<style>
span { border-color: #269EBA; }
span { border-color: rgb(38,158,186); }
td.TdClassName
{
border-color: #269EBA;
}
.TagClassName
{
border-color: #269EBA;
}
</style>