Shades of Pelorous #26ADC6
Tints of Pelorous #26ADC6
RGB
CMYK
RGB Variations
Color information
#26ADC6 (or 0x26ADC6) is known color: Pelorous. HEX triplet: 26, AD and C6. RGB value is (38,173,198). Sum of RGB (Red+Green+Blue) = 38+173+198=409 (54% of max value = 765). Red value is 38 (15.23% from 255 or 9.29% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 198 (77.73% from 255 or 48.41% from 409); Max value from RGB is 198 - color contains mainly: blue. Hex color #26ADC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #26ADC6 is #D95239. Grayscale: #878787. Windows color (decimal): -14242362 or 13020454. OLE color: 13020454.
HSL color Cylindrical-coordinate representation of color #26ADC6: hue angle of 189.38º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26ADC6 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 38 | 173 | 198 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.22 |
| HSL | 189.38º | 0.68% | 0.46% | - |
| HSV(B) | 189.38º | 0.81% | 0.78% | - |
| XYZ | 25.94 | 34.38 | 58.69 | - |
| YUV | 135.49 | 163.27 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 173 | 198 | 0.81 | 0.13 | 0 | 0.22 | 189.38 | 0.68 | 0.46 |
| Hex | 26 | AD | C6 | 51 | D | 0 | 16 | BD | 44 | 2E |
| Octal | 46 | 255 | 306 | 121 | 15 | 0 | 26 | 275 | 104 | 56 |
| Binary | 100110 | 10101101 | 11000110 | 1010001 | 1101 | 0 | 10110 | 10111101 | 1000100 | 101110 |
Color Harmonies of #26ADC6
Complementary color
Monochromatic Colors of #26ADC6
Black with #26ADC6
Text Example
Text Example
White with #26ADC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26ADC6; }
p { color: rgb(38,173,198); }
H1.HeaderClassName
{
color: #26ADC6;
}
.AnyTagClassName
{
color: #26ADC6;
}
</style>
background-color css
<style>
a { background-color: #26ADC6; }
a { background-color: rgb(38,173,198); }
div.DivClassName
{
background-color: #26ADC6;
}
.BgClassName
{
background-color: #26ADC6;
}
</style>
border-color css
<style>
span { border-color: #26ADC6; }
span { border-color: rgb(38,173,198); }
td.TdClassName
{
border-color: #26ADC6;
}
.TagClassName
{
border-color: #26ADC6;
}
</style>