Shades of Pelorous #27A8BE
Tints of Pelorous #27A8BE
RGB
CMYK
RGB Variations
Color information
#27A8BE (or 0x27A8BE) is known color: Pelorous. HEX triplet: 27, A8 and BE. RGB value is (39,168,190). Sum of RGB (Red+Green+Blue) = 39+168+190=397 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.82% from 397); Green value is 168 (66.02% from 255 or 42.32% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #27A8BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27A8BE is #D85741. Grayscale: #838383. Windows color (decimal): -14178114 or 12494887. OLE color: 12494887.
HSL color Cylindrical-coordinate representation of color #27A8BE: hue angle of 188.74º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27A8BE is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 168 | 190 | - |
| CMYK | 0.79 | 0.12 | 0 | 0.25 |
| HSL | 188.74º | 0.66% | 0.45% | - |
| HSV(B) | 188.74º | 0.79% | 0.75% | - |
| XYZ | 24.13 | 32.15 | 53.65 | - |
| YUV | 131.94 | 160.76 | 61.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 168 | 190 | 0.79 | 0.12 | 0 | 0.25 | 188.74 | 0.66 | 0.45 |
| Hex | 27 | A8 | BE | 4F | C | 0 | 19 | BD | 42 | 2D |
| Octal | 47 | 250 | 276 | 117 | 14 | 0 | 31 | 275 | 102 | 55 |
| Binary | 100111 | 10101000 | 10111110 | 1001111 | 1100 | 0 | 11001 | 10111101 | 1000010 | 101101 |
Color Harmonies of #27A8BE
Complementary color
Monochromatic Colors of #27A8BE
Black with #27A8BE
Text Example
Text Example
White with #27A8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A8BE; }
p { color: rgb(39,168,190); }
H1.HeaderClassName
{
color: #27A8BE;
}
.AnyTagClassName
{
color: #27A8BE;
}
</style>
background-color css
<style>
a { background-color: #27A8BE; }
a { background-color: rgb(39,168,190); }
div.DivClassName
{
background-color: #27A8BE;
}
.BgClassName
{
background-color: #27A8BE;
}
</style>
border-color css
<style>
span { border-color: #27A8BE; }
span { border-color: rgb(39,168,190); }
td.TdClassName
{
border-color: #27A8BE;
}
.TagClassName
{
border-color: #27A8BE;
}
</style>