Shades of Pelorous #269DB5
Tints of Pelorous #269DB5
RGB
CMYK
RGB Variations
Color information
#269DB5 (or 0x269DB5) is known color: Pelorous. HEX triplet: 26, 9D and B5. RGB value is (38,157,181). Sum of RGB (Red+Green+Blue) = 38+157+181=376 (49% of max value = 765). Red value is 38 (15.23% from 255 or 10.11% from 376); Green value is 157 (61.72% from 255 or 41.76% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 181 - color contains mainly: blue. Hex color #269DB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269DB5 is #D9624A. Grayscale: #7B7B7B. Windows color (decimal): -14246475 or 11902246. OLE color: 11902246.
HSL color Cylindrical-coordinate representation of color #269DB5: hue angle of 190.07º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #269DB5 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 38 | 157 | 181 | - |
| CMYK | 0.79 | 0.13 | 0 | 0.29 |
| HSL | 190.07º | 0.65% | 0.43% | - |
| HSV(B) | 190.07º | 0.79% | 0.71% | - |
| XYZ | 21.2 | 27.86 | 47.98 | - |
| YUV | 124.16 | 160.08 | 66.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 181 | 0.79 | 0.13 | 0 | 0.29 | 190.07 | 0.65 | 0.43 |
| Hex | 26 | 9D | B5 | 4F | D | 0 | 1D | BE | 41 | 2B |
| Octal | 46 | 235 | 265 | 117 | 15 | 0 | 35 | 276 | 101 | 53 |
| Binary | 100110 | 10011101 | 10110101 | 1001111 | 1101 | 0 | 11101 | 10111110 | 1000001 | 101011 |
Color Harmonies of #269DB5
Complementary color
Monochromatic Colors of #269DB5
Black with #269DB5
Text Example
Text Example
White with #269DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269DB5; }
p { color: rgb(38,157,181); }
H1.HeaderClassName
{
color: #269DB5;
}
.AnyTagClassName
{
color: #269DB5;
}
</style>
background-color css
<style>
a { background-color: #269DB5; }
a { background-color: rgb(38,157,181); }
div.DivClassName
{
background-color: #269DB5;
}
.BgClassName
{
background-color: #269DB5;
}
</style>
border-color css
<style>
span { border-color: #269DB5; }
span { border-color: rgb(38,157,181); }
td.TdClassName
{
border-color: #269DB5;
}
.TagClassName
{
border-color: #269DB5;
}
</style>