Shades of Pelorous #26A0CB
Tints of Pelorous #26A0CB
RGB
CMYK
RGB Variations
Color information
#26A0CB (or 0x26A0CB) is known color: Pelorous. HEX triplet: 26, A0 and CB. RGB value is (38,160,203). Sum of RGB (Red+Green+Blue) = 38+160+203=401 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.48% from 401); Green value is 160 (62.89% from 255 or 39.90% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #26A0CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26A0CB is #D95F34. Grayscale: #808080. Windows color (decimal): -14245685 or 13344806. OLE color: 13344806.
HSL color Cylindrical-coordinate representation of color #26A0CB: hue angle of 195.64º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26A0CB is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 160 | 203 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.20 |
| HSL | 195.64º | 0.68% | 0.47% | - |
| HSV(B) | 195.64º | 0.81% | 0.8% | - |
| XYZ | 24.15 | 29.87 | 60.99 | - |
| YUV | 128.42 | 170.08 | 63.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 160 | 203 | 0.81 | 0.21 | 0 | 0.20 | 195.64 | 0.68 | 0.47 |
| Hex | 26 | A0 | CB | 51 | 15 | 0 | 14 | C4 | 44 | 2F |
| Octal | 46 | 240 | 313 | 121 | 25 | 0 | 24 | 304 | 104 | 57 |
| Binary | 100110 | 10100000 | 11001011 | 1010001 | 10101 | 0 | 10100 | 11000100 | 1000100 | 101111 |
Color Harmonies of #26A0CB
Complementary color
Monochromatic Colors of #26A0CB
Black with #26A0CB
Text Example
Text Example
White with #26A0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26A0CB; }
p { color: rgb(38,160,203); }
H1.HeaderClassName
{
color: #26A0CB;
}
.AnyTagClassName
{
color: #26A0CB;
}
</style>
background-color css
<style>
a { background-color: #26A0CB; }
a { background-color: rgb(38,160,203); }
div.DivClassName
{
background-color: #26A0CB;
}
.BgClassName
{
background-color: #26A0CB;
}
</style>
border-color css
<style>
span { border-color: #26A0CB; }
span { border-color: rgb(38,160,203); }
td.TdClassName
{
border-color: #26A0CB;
}
.TagClassName
{
border-color: #26A0CB;
}
</style>