Shades of Pelorous #27ACC8
Tints of Pelorous #27ACC8
RGB
CMYK
RGB Variations
Color information
#27ACC8 (or 0x27ACC8) is known color: Pelorous. HEX triplet: 27, AC and C8. RGB value is (39,172,200). Sum of RGB (Red+Green+Blue) = 39+172+200=411 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.49% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #27ACC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27ACC8 is #D85337. Grayscale: #878787. Windows color (decimal): -14177080 or 13151271. OLE color: 13151271.
HSL color Cylindrical-coordinate representation of color #27ACC8: hue angle of 190.43º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27ACC8 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 172 | 200 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.22 |
| HSL | 190.43º | 0.67% | 0.47% | - |
| HSV(B) | 190.43º | 0.81% | 0.78% | - |
| XYZ | 26.01 | 34.11 | 59.86 | - |
| YUV | 135.43 | 164.44 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 172 | 200 | 0.80 | 0.14 | 0 | 0.22 | 190.43 | 0.67 | 0.47 |
| Hex | 27 | AC | C8 | 50 | E | 0 | 16 | BE | 43 | 2F |
| Octal | 47 | 254 | 310 | 120 | 16 | 0 | 26 | 276 | 103 | 57 |
| Binary | 100111 | 10101100 | 11001000 | 1010000 | 1110 | 0 | 10110 | 10111110 | 1000011 | 101111 |
Color Harmonies of #27ACC8
Complementary color
Monochromatic Colors of #27ACC8
Black with #27ACC8
Text Example
Text Example
White with #27ACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27ACC8; }
p { color: rgb(39,172,200); }
H1.HeaderClassName
{
color: #27ACC8;
}
.AnyTagClassName
{
color: #27ACC8;
}
</style>
background-color css
<style>
a { background-color: #27ACC8; }
a { background-color: rgb(39,172,200); }
div.DivClassName
{
background-color: #27ACC8;
}
.BgClassName
{
background-color: #27ACC8;
}
</style>
border-color css
<style>
span { border-color: #27ACC8; }
span { border-color: rgb(39,172,200); }
td.TdClassName
{
border-color: #27ACC8;
}
.TagClassName
{
border-color: #27ACC8;
}
</style>