Shades of Pelorous #269DBD
Tints of Pelorous #269DBD
RGB
CMYK
RGB Variations
Color information
#269DBD (or 0x269DBD) is known color: Pelorous. HEX triplet: 26, 9D and BD. RGB value is (38,157,189). Sum of RGB (Red+Green+Blue) = 38+157+189=384 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.90% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #269DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269DBD is #D96242. Grayscale: #7C7C7C. Windows color (decimal): -14246467 or 12426534. OLE color: 12426534.
HSL color Cylindrical-coordinate representation of color #269DBD: hue angle of 192.72º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #269DBD is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 38 | 157 | 189 | - |
| CMYK | 0.80 | 0.17 | 0 | 0.26 |
| HSL | 192.72º | 0.67% | 0.45% | - |
| HSV(B) | 192.72º | 0.8% | 0.74% | - |
| XYZ | 22.04 | 28.2 | 52.43 | - |
| YUV | 125.07 | 164.08 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 189 | 0.80 | 0.17 | 0 | 0.26 | 192.72 | 0.67 | 0.45 |
| Hex | 26 | 9D | BD | 50 | 11 | 0 | 1A | C1 | 43 | 2D |
| Octal | 46 | 235 | 275 | 120 | 21 | 0 | 32 | 301 | 103 | 55 |
| Binary | 100110 | 10011101 | 10111101 | 1010000 | 10001 | 0 | 11010 | 11000001 | 1000011 | 101101 |
Color Harmonies of #269DBD
Complementary color
Monochromatic Colors of #269DBD
Black with #269DBD
Text Example
Text Example
White with #269DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269DBD; }
p { color: rgb(38,157,189); }
H1.HeaderClassName
{
color: #269DBD;
}
.AnyTagClassName
{
color: #269DBD;
}
</style>
background-color css
<style>
a { background-color: #269DBD; }
a { background-color: rgb(38,157,189); }
div.DivClassName
{
background-color: #269DBD;
}
.BgClassName
{
background-color: #269DBD;
}
</style>
border-color css
<style>
span { border-color: #269DBD; }
span { border-color: rgb(38,157,189); }
td.TdClassName
{
border-color: #269DBD;
}
.TagClassName
{
border-color: #269DBD;
}
</style>