Shades of Pelorous #269DBA
Tints of Pelorous #269DBA
RGB
CMYK
RGB Variations
Color information
#269DBA (or 0x269DBA) is known color: Pelorous. HEX triplet: 26, 9D and BA. RGB value is (38,157,186). Sum of RGB (Red+Green+Blue) = 38+157+186=381 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.97% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #269DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269DBA is #D96245. Grayscale: #7C7C7C. Windows color (decimal): -14246470 or 12229926. OLE color: 12229926.
HSL color Cylindrical-coordinate representation of color #269DBA: hue angle of 191.76º 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 #269DBA is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 38 | 157 | 186 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.27 |
| HSL | 191.76º | 0.66% | 0.44% | - |
| HSV(B) | 191.76º | 0.8% | 0.73% | - |
| XYZ | 21.72 | 28.07 | 50.73 | - |
| YUV | 124.73 | 162.58 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 186 | 0.80 | 0.16 | 0 | 0.27 | 191.76 | 0.66 | 0.44 |
| Hex | 26 | 9D | BA | 50 | 10 | 0 | 1B | C0 | 42 | 2C |
| Octal | 46 | 235 | 272 | 120 | 20 | 0 | 33 | 300 | 102 | 54 |
| Binary | 100110 | 10011101 | 10111010 | 1010000 | 10000 | 0 | 11011 | 11000000 | 1000010 | 101100 |
Color Harmonies of #269DBA
Complementary color
Monochromatic Colors of #269DBA
Black with #269DBA
Text Example
Text Example
White with #269DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269DBA; }
p { color: rgb(38,157,186); }
H1.HeaderClassName
{
color: #269DBA;
}
.AnyTagClassName
{
color: #269DBA;
}
</style>
background-color css
<style>
a { background-color: #269DBA; }
a { background-color: rgb(38,157,186); }
div.DivClassName
{
background-color: #269DBA;
}
.BgClassName
{
background-color: #269DBA;
}
</style>
border-color css
<style>
span { border-color: #269DBA; }
span { border-color: rgb(38,157,186); }
td.TdClassName
{
border-color: #269DBA;
}
.TagClassName
{
border-color: #269DBA;
}
</style>