Shades of Pelorous #269DC9
Tints of Pelorous #269DC9
RGB
CMYK
RGB Variations
Color information
#269DC9 (or 0x269DC9) is known color: Pelorous. HEX triplet: 26, 9D and C9. RGB value is (38,157,201). Sum of RGB (Red+Green+Blue) = 38+157+201=396 (52% of max value = 765). Red value is 38 (15.23% from 255 or 9.60% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 201 (78.91% from 255 or 50.76% from 396); Max value from RGB is 201 - color contains mainly: blue. Hex color #269DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269DC9 is #D96236. Grayscale: #7E7E7E. Windows color (decimal): -14246455 or 13212966. OLE color: 13212966.
HSL color Cylindrical-coordinate representation of color #269DC9: hue angle of 196.2º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #269DC9 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 38 | 157 | 201 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.21 |
| HSL | 196.2º | 0.68% | 0.47% | - |
| HSV(B) | 196.2º | 0.81% | 0.79% | - |
| XYZ | 23.4 | 28.74 | 59.57 | - |
| YUV | 126.44 | 170.08 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 157 | 201 | 0.81 | 0.22 | 0 | 0.21 | 196.2 | 0.68 | 0.47 |
| Hex | 26 | 9D | C9 | 51 | 16 | 0 | 15 | C4 | 44 | 2F |
| Octal | 46 | 235 | 311 | 121 | 26 | 0 | 25 | 304 | 104 | 57 |
| Binary | 100110 | 10011101 | 11001001 | 1010001 | 10110 | 0 | 10101 | 11000100 | 1000100 | 101111 |
Color Harmonies of #269DC9
Complementary color
Monochromatic Colors of #269DC9
Black with #269DC9
Text Example
Text Example
White with #269DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269DC9; }
p { color: rgb(38,157,201); }
H1.HeaderClassName
{
color: #269DC9;
}
.AnyTagClassName
{
color: #269DC9;
}
</style>
background-color css
<style>
a { background-color: #269DC9; }
a { background-color: rgb(38,157,201); }
div.DivClassName
{
background-color: #269DC9;
}
.BgClassName
{
background-color: #269DC9;
}
</style>
border-color css
<style>
span { border-color: #269DC9; }
span { border-color: rgb(38,157,201); }
td.TdClassName
{
border-color: #269DC9;
}
.TagClassName
{
border-color: #269DC9;
}
</style>