Shades of Pelorous #26B0C4
Tints of Pelorous #26B0C4
RGB
CMYK
RGB Variations
Color information
#26B0C4 (or 0x26B0C4) is known color: Pelorous. HEX triplet: 26, B0 and C4. RGB value is (38,176,196). Sum of RGB (Red+Green+Blue) = 38+176+196=410 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.27% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 196 (76.95% from 255 or 47.80% from 410); Max value from RGB is 196 - color contains mainly: blue. Hex color #26B0C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26B0C4 is #D94F3B. Grayscale: #888888. Windows color (decimal): -14241596 or 12890150. OLE color: 12890150.
HSL color Cylindrical-coordinate representation of color #26B0C4: hue angle of 187.59º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26B0C4 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 38 | 176 | 196 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.23 |
| HSL | 187.59º | 0.68% | 0.46% | - |
| HSV(B) | 187.59º | 0.81% | 0.77% | - |
| XYZ | 26.29 | 35.45 | 57.68 | - |
| YUV | 137.02 | 161.28 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 176 | 196 | 0.81 | 0.10 | 0 | 0.23 | 187.59 | 0.68 | 0.46 |
| Hex | 26 | B0 | C4 | 51 | A | 0 | 17 | BC | 44 | 2E |
| Octal | 46 | 260 | 304 | 121 | 12 | 0 | 27 | 274 | 104 | 56 |
| Binary | 100110 | 10110000 | 11000100 | 1010001 | 1010 | 0 | 10111 | 10111100 | 1000100 | 101110 |
Color Harmonies of #26B0C4
Complementary color
Monochromatic Colors of #26B0C4
Black with #26B0C4
Text Example
Text Example
White with #26B0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26B0C4; }
p { color: rgb(38,176,196); }
H1.HeaderClassName
{
color: #26B0C4;
}
.AnyTagClassName
{
color: #26B0C4;
}
</style>
background-color css
<style>
a { background-color: #26B0C4; }
a { background-color: rgb(38,176,196); }
div.DivClassName
{
background-color: #26B0C4;
}
.BgClassName
{
background-color: #26B0C4;
}
</style>
border-color css
<style>
span { border-color: #26B0C4; }
span { border-color: rgb(38,176,196); }
td.TdClassName
{
border-color: #26B0C4;
}
.TagClassName
{
border-color: #26B0C4;
}
</style>