Shades of Pelorous #27B0C5
Tints of Pelorous #27B0C5
RGB
CMYK
RGB Variations
Color information
#27B0C5 (or 0x27B0C5) is known color: Pelorous. HEX triplet: 27, B0 and C5. RGB value is (39,176,197). Sum of RGB (Red+Green+Blue) = 39+176+197=412 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.47% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 197 (77.34% from 255 or 47.82% from 412); Max value from RGB is 197 - color contains mainly: blue. Hex color #27B0C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27B0C5 is #D84F3A. Grayscale: #898989. Windows color (decimal): -14176059 or 12955687. OLE color: 12955687.
HSL color Cylindrical-coordinate representation of color #27B0C5: hue angle of 187.97º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27B0C5 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 176 | 197 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.23 |
| HSL | 187.97º | 0.67% | 0.46% | - |
| HSV(B) | 187.97º | 0.8% | 0.77% | - |
| XYZ | 26.44 | 35.51 | 58.28 | - |
| YUV | 137.43 | 161.61 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 176 | 197 | 0.80 | 0.11 | 0 | 0.23 | 187.97 | 0.67 | 0.46 |
| Hex | 27 | B0 | C5 | 50 | B | 0 | 17 | BC | 43 | 2E |
| Octal | 47 | 260 | 305 | 120 | 13 | 0 | 27 | 274 | 103 | 56 |
| Binary | 100111 | 10110000 | 11000101 | 1010000 | 1011 | 0 | 10111 | 10111100 | 1000011 | 101110 |
Color Harmonies of #27B0C5
Complementary color
Monochromatic Colors of #27B0C5
Black with #27B0C5
Text Example
Text Example
White with #27B0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27B0C5; }
p { color: rgb(39,176,197); }
H1.HeaderClassName
{
color: #27B0C5;
}
.AnyTagClassName
{
color: #27B0C5;
}
</style>
background-color css
<style>
a { background-color: #27B0C5; }
a { background-color: rgb(39,176,197); }
div.DivClassName
{
background-color: #27B0C5;
}
.BgClassName
{
background-color: #27B0C5;
}
</style>
border-color css
<style>
span { border-color: #27B0C5; }
span { border-color: rgb(39,176,197); }
td.TdClassName
{
border-color: #27B0C5;
}
.TagClassName
{
border-color: #27B0C5;
}
</style>