Shades of Pelorous #26ADC3
Tints of Pelorous #26ADC3
RGB
CMYK
RGB Variations
Color information
#26ADC3 (or 0x26ADC3) is known color: Pelorous. HEX triplet: 26, AD and C3. RGB value is (38,173,195). Sum of RGB (Red+Green+Blue) = 38+173+195=406 (53% of max value = 765). Red value is 38 (15.23% from 255 or 9.36% from 406); Green value is 173 (67.97% from 255 or 42.61% from 406); Blue value is 195 (76.56% from 255 or 48.03% from 406); Max value from RGB is 195 - color contains mainly: blue. Hex color #26ADC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26ADC3 is #D9523C. Grayscale: #868686. Windows color (decimal): -14242365 or 12823846. OLE color: 12823846.
HSL color Cylindrical-coordinate representation of color #26ADC3: hue angle of 188.41º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26ADC3 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 38 | 173 | 195 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.24 |
| HSL | 188.41º | 0.67% | 0.46% | - |
| HSV(B) | 188.41º | 0.81% | 0.76% | - |
| XYZ | 25.59 | 34.24 | 56.89 | - |
| YUV | 135.14 | 161.77 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 173 | 195 | 0.81 | 0.11 | 0 | 0.24 | 188.41 | 0.67 | 0.46 |
| Hex | 26 | AD | C3 | 51 | B | 0 | 18 | BC | 43 | 2E |
| Octal | 46 | 255 | 303 | 121 | 13 | 0 | 30 | 274 | 103 | 56 |
| Binary | 100110 | 10101101 | 11000011 | 1010001 | 1011 | 0 | 11000 | 10111100 | 1000011 | 101110 |
Color Harmonies of #26ADC3
Complementary color
Monochromatic Colors of #26ADC3
Black with #26ADC3
Text Example
Text Example
White with #26ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ADC3; }
p { color: rgb(38,173,195); }
H1.HeaderClassName
{
color: #26ADC3;
}
.AnyTagClassName
{
color: #26ADC3;
}
</style>
background-color css
<style>
a { background-color: #26ADC3; }
a { background-color: rgb(38,173,195); }
div.DivClassName
{
background-color: #26ADC3;
}
.BgClassName
{
background-color: #26ADC3;
}
</style>
border-color css
<style>
span { border-color: #26ADC3; }
span { border-color: rgb(38,173,195); }
td.TdClassName
{
border-color: #26ADC3;
}
.TagClassName
{
border-color: #26ADC3;
}
</style>