Shades of Pelorous #27AFC7
Tints of Pelorous #27AFC7
RGB
CMYK
RGB Variations
Color information
#27AFC7 (or 0x27AFC7) is known color: Pelorous. HEX triplet: 27, AF and C7. RGB value is (39,175,199). Sum of RGB (Red+Green+Blue) = 39+175+199=413 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.44% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 199 - color contains mainly: blue. Hex color #27AFC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #27AFC7 is #D85038. Grayscale: #888888. Windows color (decimal): -14176313 or 13086503. OLE color: 13086503.
HSL color Cylindrical-coordinate representation of color #27AFC7: hue angle of 189º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27AFC7 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 175 | 199 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.22 |
| HSL | 189º | 0.67% | 0.47% | - |
| HSV(B) | 189º | 0.8% | 0.78% | - |
| XYZ | 26.48 | 35.21 | 59.43 | - |
| YUV | 137.07 | 162.94 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 175 | 199 | 0.80 | 0.12 | 0 | 0.22 | 189 | 0.67 | 0.47 |
| Hex | 27 | AF | C7 | 50 | C | 0 | 16 | BD | 43 | 2F |
| Octal | 47 | 257 | 307 | 120 | 14 | 0 | 26 | 275 | 103 | 57 |
| Binary | 100111 | 10101111 | 11000111 | 1010000 | 1100 | 0 | 10110 | 10111101 | 1000011 | 101111 |
Color Harmonies of #27AFC7
Complementary color
Monochromatic Colors of #27AFC7
Black with #27AFC7
Text Example
Text Example
White with #27AFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AFC7; }
p { color: rgb(39,175,199); }
H1.HeaderClassName
{
color: #27AFC7;
}
.AnyTagClassName
{
color: #27AFC7;
}
</style>
background-color css
<style>
a { background-color: #27AFC7; }
a { background-color: rgb(39,175,199); }
div.DivClassName
{
background-color: #27AFC7;
}
.BgClassName
{
background-color: #27AFC7;
}
</style>
border-color css
<style>
span { border-color: #27AFC7; }
span { border-color: rgb(39,175,199); }
td.TdClassName
{
border-color: #27AFC7;
}
.TagClassName
{
border-color: #27AFC7;
}
</style>