Shades of Pelorous #27ABBD
Tints of Pelorous #27ABBD
RGB
CMYK
RGB Variations
Color information
#27ABBD (or 0x27ABBD) is known color: Pelorous. HEX triplet: 27, AB and BD. RGB value is (39,171,189). Sum of RGB (Red+Green+Blue) = 39+171+189=399 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.77% from 399); Green value is 171 (67.19% from 255 or 42.86% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #27ABBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27ABBD is #D85442. Grayscale: #858585. Windows color (decimal): -14177347 or 12430119. OLE color: 12430119.
HSL color Cylindrical-coordinate representation of color #27ABBD: hue angle of 187.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27ABBD is Cyan = 0.79, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 171 | 189 | - |
| CMYK | 0.79 | 0.10 | 0 | 0.26 |
| HSL | 187.2º | 0.66% | 0.45% | - |
| HSV(B) | 187.2º | 0.79% | 0.74% | - |
| XYZ | 24.58 | 33.23 | 53.26 | - |
| YUV | 133.58 | 159.27 | 60.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 171 | 189 | 0.79 | 0.10 | 0 | 0.26 | 187.2 | 0.66 | 0.45 |
| Hex | 27 | AB | BD | 4F | A | 0 | 1A | BB | 42 | 2D |
| Octal | 47 | 253 | 275 | 117 | 12 | 0 | 32 | 273 | 102 | 55 |
| Binary | 100111 | 10101011 | 10111101 | 1001111 | 1010 | 0 | 11010 | 10111011 | 1000010 | 101101 |
Color Harmonies of #27ABBD
Complementary color
Monochromatic Colors of #27ABBD
Black with #27ABBD
Text Example
Text Example
White with #27ABBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27ABBD; }
p { color: rgb(39,171,189); }
H1.HeaderClassName
{
color: #27ABBD;
}
.AnyTagClassName
{
color: #27ABBD;
}
</style>
background-color css
<style>
a { background-color: #27ABBD; }
a { background-color: rgb(39,171,189); }
div.DivClassName
{
background-color: #27ABBD;
}
.BgClassName
{
background-color: #27ABBD;
}
</style>
border-color css
<style>
span { border-color: #27ABBD; }
span { border-color: rgb(39,171,189); }
td.TdClassName
{
border-color: #27ABBD;
}
.TagClassName
{
border-color: #27ABBD;
}
</style>