Shades of Pelorous #269CC0
Tints of Pelorous #269CC0
RGB
CMYK
RGB Variations
Color information
#269CC0 (or 0x269CC0) is known color: Pelorous. HEX triplet: 26, 9C and C0. RGB value is (38,156,192). Sum of RGB (Red+Green+Blue) = 38+156+192=386 (51% of max value = 765). Red value is 38 (15.23% from 255 or 9.84% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #269CC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #269CC0 is #D9633F. Grayscale: #7C7C7C. Windows color (decimal): -14246720 or 12622886. OLE color: 12622886.
HSL color Cylindrical-coordinate representation of color #269CC0: hue angle of 194.03º 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 #269CC0 is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 38 | 156 | 192 | - |
| CMYK | 0.80 | 0.19 | 0 | 0.25 |
| HSL | 194.03º | 0.67% | 0.45% | - |
| HSV(B) | 194.03º | 0.8% | 0.75% | - |
| XYZ | 22.2 | 27.99 | 54.1 | - |
| YUV | 124.82 | 165.91 | 66.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 156 | 192 | 0.80 | 0.19 | 0 | 0.25 | 194.03 | 0.67 | 0.45 |
| Hex | 26 | 9C | C0 | 50 | 13 | 0 | 19 | C2 | 43 | 2D |
| Octal | 46 | 234 | 300 | 120 | 23 | 0 | 31 | 302 | 103 | 55 |
| Binary | 100110 | 10011100 | 11000000 | 1010000 | 10011 | 0 | 11001 | 11000010 | 1000011 | 101101 |
Color Harmonies of #269CC0
Complementary color
Monochromatic Colors of #269CC0
Black with #269CC0
Text Example
Text Example
White with #269CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #269CC0; }
p { color: rgb(38,156,192); }
H1.HeaderClassName
{
color: #269CC0;
}
.AnyTagClassName
{
color: #269CC0;
}
</style>
background-color css
<style>
a { background-color: #269CC0; }
a { background-color: rgb(38,156,192); }
div.DivClassName
{
background-color: #269CC0;
}
.BgClassName
{
background-color: #269CC0;
}
</style>
border-color css
<style>
span { border-color: #269CC0; }
span { border-color: rgb(38,156,192); }
td.TdClassName
{
border-color: #269CC0;
}
.TagClassName
{
border-color: #269CC0;
}
</style>