Shades of Pelorous #27A8B4
Tints of Pelorous #27A8B4
RGB
CMYK
RGB Variations
Color information
#27A8B4 (or 0x27A8B4) is known color: Pelorous. HEX triplet: 27, A8 and B4. RGB value is (39,168,180). Sum of RGB (Red+Green+Blue) = 39+168+180=387 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.08% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 180 (70.70% from 255 or 46.51% from 387); Max value from RGB is 180 - color contains mainly: blue. Hex color #27A8B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27A8B4 is #D8574B. Grayscale: #828282. Windows color (decimal): -14178124 or 11839527. OLE color: 11839527.
HSL color Cylindrical-coordinate representation of color #27A8B4: hue angle of 185.11º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27A8B4 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 39 | 168 | 180 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.29 |
| HSL | 185.11º | 0.64% | 0.43% | - |
| HSV(B) | 185.11º | 0.78% | 0.71% | - |
| XYZ | 23.08 | 31.73 | 48.09 | - |
| YUV | 130.8 | 155.76 | 62.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 168 | 180 | 0.78 | 0.07 | 0 | 0.29 | 185.11 | 0.64 | 0.43 |
| Hex | 27 | A8 | B4 | 4E | 7 | 0 | 1D | B9 | 40 | 2B |
| Octal | 47 | 250 | 264 | 116 | 7 | 0 | 35 | 271 | 100 | 53 |
| Binary | 100111 | 10101000 | 10110100 | 1001110 | 111 | 0 | 11101 | 10111001 | 1000000 | 101011 |
Color Harmonies of #27A8B4
Complementary color
Monochromatic Colors of #27A8B4
Black with #27A8B4
Text Example
Text Example
White with #27A8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A8B4; }
p { color: rgb(39,168,180); }
H1.HeaderClassName
{
color: #27A8B4;
}
.AnyTagClassName
{
color: #27A8B4;
}
</style>
background-color css
<style>
a { background-color: #27A8B4; }
a { background-color: rgb(39,168,180); }
div.DivClassName
{
background-color: #27A8B4;
}
.BgClassName
{
background-color: #27A8B4;
}
</style>
border-color css
<style>
span { border-color: #27A8B4; }
span { border-color: rgb(39,168,180); }
td.TdClassName
{
border-color: #27A8B4;
}
.TagClassName
{
border-color: #27A8B4;
}
</style>