Shades of Pelorous #27A7C4
Tints of Pelorous #27A7C4
RGB
CMYK
RGB Variations
Color information
#27A7C4 (or 0x27A7C4) is known color: Pelorous. HEX triplet: 27, A7 and C4. RGB value is (39,167,196). Sum of RGB (Red+Green+Blue) = 39+167+196=402 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.70% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 196 (76.95% from 255 or 48.76% from 402); Max value from RGB is 196 - color contains mainly: blue. Hex color #27A7C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27A7C4 is #D8583B. Grayscale: #838383. Windows color (decimal): -14178364 or 12887847. OLE color: 12887847.
HSL color Cylindrical-coordinate representation of color #27A7C4: hue angle of 191.08º 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 #27A7C4 is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 167 | 196 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.23 |
| HSL | 191.08º | 0.67% | 0.46% | - |
| HSV(B) | 191.08º | 0.8% | 0.77% | - |
| XYZ | 24.62 | 32.05 | 57.11 | - |
| YUV | 132.03 | 164.09 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 167 | 196 | 0.80 | 0.15 | 0 | 0.23 | 191.08 | 0.67 | 0.46 |
| Hex | 27 | A7 | C4 | 50 | F | 0 | 17 | BF | 43 | 2E |
| Octal | 47 | 247 | 304 | 120 | 17 | 0 | 27 | 277 | 103 | 56 |
| Binary | 100111 | 10100111 | 11000100 | 1010000 | 1111 | 0 | 10111 | 10111111 | 1000011 | 101110 |
Color Harmonies of #27A7C4
Complementary color
Monochromatic Colors of #27A7C4
Black with #27A7C4
Text Example
Text Example
White with #27A7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A7C4; }
p { color: rgb(39,167,196); }
H1.HeaderClassName
{
color: #27A7C4;
}
.AnyTagClassName
{
color: #27A7C4;
}
</style>
background-color css
<style>
a { background-color: #27A7C4; }
a { background-color: rgb(39,167,196); }
div.DivClassName
{
background-color: #27A7C4;
}
.BgClassName
{
background-color: #27A7C4;
}
</style>
border-color css
<style>
span { border-color: #27A7C4; }
span { border-color: rgb(39,167,196); }
td.TdClassName
{
border-color: #27A7C4;
}
.TagClassName
{
border-color: #27A7C4;
}
</style>