Shades of Pelorous #27ADBC
Tints of Pelorous #27ADBC
RGB
CMYK
RGB Variations
Color information
#27ADBC (or 0x27ADBC) is known color: Pelorous. HEX triplet: 27, AD and BC. RGB value is (39,173,188). Sum of RGB (Red+Green+Blue) = 39+173+188=400 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.75% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #27ADBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27ADBC is #D85243. Grayscale: #868686. Windows color (decimal): -14176836 or 12365095. OLE color: 12365095.
HSL color Cylindrical-coordinate representation of color #27ADBC: hue angle of 186.04º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27ADBC is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 173 | 188 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.26 |
| HSL | 186.04º | 0.66% | 0.45% | - |
| HSV(B) | 186.04º | 0.79% | 0.74% | - |
| XYZ | 24.86 | 33.95 | 52.82 | - |
| YUV | 134.64 | 158.11 | 59.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 173 | 188 | 0.79 | 0.08 | 0 | 0.26 | 186.04 | 0.66 | 0.45 |
| Hex | 27 | AD | BC | 4F | 8 | 0 | 1A | BA | 42 | 2D |
| Octal | 47 | 255 | 274 | 117 | 10 | 0 | 32 | 272 | 102 | 55 |
| Binary | 100111 | 10101101 | 10111100 | 1001111 | 1000 | 0 | 11010 | 10111010 | 1000010 | 101101 |
Color Harmonies of #27ADBC
Complementary color
Monochromatic Colors of #27ADBC
Black with #27ADBC
Text Example
Text Example
White with #27ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27ADBC; }
p { color: rgb(39,173,188); }
H1.HeaderClassName
{
color: #27ADBC;
}
.AnyTagClassName
{
color: #27ADBC;
}
</style>
background-color css
<style>
a { background-color: #27ADBC; }
a { background-color: rgb(39,173,188); }
div.DivClassName
{
background-color: #27ADBC;
}
.BgClassName
{
background-color: #27ADBC;
}
</style>
border-color css
<style>
span { border-color: #27ADBC; }
span { border-color: rgb(39,173,188); }
td.TdClassName
{
border-color: #27ADBC;
}
.TagClassName
{
border-color: #27ADBC;
}
</style>