Shades of Pelorous #2799C6
Tints of Pelorous #2799C6
RGB
CMYK
RGB Variations
Color information
#2799C6 (or 0x2799C6) is known color: Pelorous. HEX triplet: 27, 99 and C6. RGB value is (39,153,198). Sum of RGB (Red+Green+Blue) = 39+153+198=390 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #2799C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2799C6 is #D86639. Grayscale: #7B7B7B. Windows color (decimal): -14181946 or 13015335. OLE color: 13015335.
HSL color Cylindrical-coordinate representation of color #2799C6: hue angle of 196.98º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2799C6 is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 153 | 198 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.22 |
| HSL | 196.98º | 0.67% | 0.46% | - |
| HSV(B) | 196.98º | 0.8% | 0.78% | - |
| XYZ | 22.42 | 27.29 | 57.51 | - |
| YUV | 124.04 | 169.73 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 153 | 198 | 0.80 | 0.23 | 0 | 0.22 | 196.98 | 0.67 | 0.46 |
| Hex | 27 | 99 | C6 | 50 | 17 | 0 | 16 | C5 | 43 | 2E |
| Octal | 47 | 231 | 306 | 120 | 27 | 0 | 26 | 305 | 103 | 56 |
| Binary | 100111 | 10011001 | 11000110 | 1010000 | 10111 | 0 | 10110 | 11000101 | 1000011 | 101110 |
Color Harmonies of #2799C6
Complementary color
Monochromatic Colors of #2799C6
Black with #2799C6
Text Example
Text Example
White with #2799C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2799C6; }
p { color: rgb(39,153,198); }
H1.HeaderClassName
{
color: #2799C6;
}
.AnyTagClassName
{
color: #2799C6;
}
</style>
background-color css
<style>
a { background-color: #2799C6; }
a { background-color: rgb(39,153,198); }
div.DivClassName
{
background-color: #2799C6;
}
.BgClassName
{
background-color: #2799C6;
}
</style>
border-color css
<style>
span { border-color: #2799C6; }
span { border-color: rgb(39,153,198); }
td.TdClassName
{
border-color: #2799C6;
}
.TagClassName
{
border-color: #2799C6;
}
</style>