Shades of Pelorous #269BC0
Tints of Pelorous #269BC0
RGB
CMYK
RGB Variations
Color information
#269BC0 (or 0x269BC0) is known color: Pelorous. HEX triplet: 26, 9B and C0. RGB value is (38,155,192). Sum of RGB (Red+Green+Blue) = 38+155+192=385 (50% of max value = 765). Red value is 38 (15.23% from 255 or 9.87% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 192 (75.39% from 255 or 49.87% from 385); Max value from RGB is 192 - color contains mainly: blue. Hex color #269BC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269BC0 is #D9643F. Grayscale: #7B7B7B. Windows color (decimal): -14246976 or 12622630. OLE color: 12622630.
HSL color Cylindrical-coordinate representation of color #269BC0: hue angle of 194.42º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #269BC0 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 155 | 192 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.25 |
| HSL | 194.42º | 0.67% | 0.45% | - |
| HSV(B) | 194.42º | 0.8% | 0.75% | - |
| XYZ | 22.04 | 27.66 | 54.05 | - |
| YUV | 124.24 | 166.24 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 155 | 192 | 0.80 | 0.19 | 0 | 0.25 | 194.42 | 0.67 | 0.45 |
| Hex | 26 | 9B | C0 | 50 | 13 | 0 | 19 | C2 | 43 | 2D |
| Octal | 46 | 233 | 300 | 120 | 23 | 0 | 31 | 302 | 103 | 55 |
| Binary | 100110 | 10011011 | 11000000 | 1010000 | 10011 | 0 | 11001 | 11000010 | 1000011 | 101101 |
Color Harmonies of #269BC0
Complementary color
Monochromatic Colors of #269BC0
Black with #269BC0
Text Example
Text Example
White with #269BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269BC0; }
p { color: rgb(38,155,192); }
H1.HeaderClassName
{
color: #269BC0;
}
.AnyTagClassName
{
color: #269BC0;
}
</style>
background-color css
<style>
a { background-color: #269BC0; }
a { background-color: rgb(38,155,192); }
div.DivClassName
{
background-color: #269BC0;
}
.BgClassName
{
background-color: #269BC0;
}
</style>
border-color css
<style>
span { border-color: #269BC0; }
span { border-color: rgb(38,155,192); }
td.TdClassName
{
border-color: #269BC0;
}
.TagClassName
{
border-color: #269BC0;
}
</style>