Shades of Pelorous #27A8BB
Tints of Pelorous #27A8BB
RGB
CMYK
RGB Variations
Color information
#27A8BB (or 0x27A8BB) is known color: Pelorous. HEX triplet: 27, A8 and BB. RGB value is (39,168,187). Sum of RGB (Red+Green+Blue) = 39+168+187=394 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.90% from 394); Green value is 168 (66.02% from 255 or 42.64% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #27A8BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27A8BB is #D85744. Grayscale: #838383. Windows color (decimal): -14178117 or 12298279. OLE color: 12298279.
HSL color Cylindrical-coordinate representation of color #27A8BB: hue angle of 187.7º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27A8BB is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 168 | 187 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.27 |
| HSL | 187.7º | 0.65% | 0.44% | - |
| HSV(B) | 187.7º | 0.79% | 0.73% | - |
| XYZ | 23.81 | 32.02 | 51.94 | - |
| YUV | 131.6 | 159.26 | 61.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 168 | 187 | 0.79 | 0.10 | 0 | 0.27 | 187.7 | 0.65 | 0.44 |
| Hex | 27 | A8 | BB | 4F | A | 0 | 1B | BC | 41 | 2C |
| Octal | 47 | 250 | 273 | 117 | 12 | 0 | 33 | 274 | 101 | 54 |
| Binary | 100111 | 10101000 | 10111011 | 1001111 | 1010 | 0 | 11011 | 10111100 | 1000001 | 101100 |
Color Harmonies of #27A8BB
Complementary color
Monochromatic Colors of #27A8BB
Black with #27A8BB
Text Example
Text Example
White with #27A8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A8BB; }
p { color: rgb(39,168,187); }
H1.HeaderClassName
{
color: #27A8BB;
}
.AnyTagClassName
{
color: #27A8BB;
}
</style>
background-color css
<style>
a { background-color: #27A8BB; }
a { background-color: rgb(39,168,187); }
div.DivClassName
{
background-color: #27A8BB;
}
.BgClassName
{
background-color: #27A8BB;
}
</style>
border-color css
<style>
span { border-color: #27A8BB; }
span { border-color: rgb(39,168,187); }
td.TdClassName
{
border-color: #27A8BB;
}
.TagClassName
{
border-color: #27A8BB;
}
</style>