Shades of Pelorous #269BAD
Tints of Pelorous #269BAD
RGB
CMYK
RGB Variations
Color information
#269BAD (or 0x269BAD) is known color: Pelorous. HEX triplet: 26, 9B and AD. RGB value is (38,155,173). Sum of RGB (Red+Green+Blue) = 38+155+173=366 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.38% from 366); Green value is 155 (60.94% from 255 or 42.35% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #269BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #269BAD is #D96452. Grayscale: #797979. Windows color (decimal): -14246995 or 11377446. OLE color: 11377446.
HSL color Cylindrical-coordinate representation of color #269BAD: hue angle of 188º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #269BAD is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 155 | 173 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.32 |
| HSL | 188º | 0.64% | 0.41% | - |
| HSV(B) | 188º | 0.78% | 0.68% | - |
| XYZ | 20.06 | 26.87 | 43.66 | - |
| YUV | 122.07 | 156.74 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 173 | 0.78 | 0.10 | 0 | 0.32 | 188 | 0.64 | 0.41 |
| Hex | 26 | 9B | AD | 4E | A | 0 | 20 | BC | 40 | 29 |
| Octal | 46 | 233 | 255 | 116 | 12 | 0 | 40 | 274 | 100 | 51 |
| Binary | 100110 | 10011011 | 10101101 | 1001110 | 1010 | 0 | 100000 | 10111100 | 1000000 | 101001 |
Color Harmonies of #269BAD
Complementary color
Monochromatic Colors of #269BAD
Black with #269BAD
Text Example
Text Example
White with #269BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269BAD; }
p { color: rgb(38,155,173); }
H1.HeaderClassName
{
color: #269BAD;
}
.AnyTagClassName
{
color: #269BAD;
}
</style>
background-color css
<style>
a { background-color: #269BAD; }
a { background-color: rgb(38,155,173); }
div.DivClassName
{
background-color: #269BAD;
}
.BgClassName
{
background-color: #269BAD;
}
</style>
border-color css
<style>
span { border-color: #269BAD; }
span { border-color: rgb(38,155,173); }
td.TdClassName
{
border-color: #269BAD;
}
.TagClassName
{
border-color: #269BAD;
}
</style>