Shades of Pelorous #2699AD
Tints of Pelorous #2699AD
RGB
CMYK
RGB Variations
Color information
#2699AD (or 0x2699AD) is known color: Pelorous. HEX triplet: 26, 99 and AD. RGB value is (38,153,173). Sum of RGB (Red+Green+Blue) = 38+153+173=364 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.44% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #2699AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2699AD is #D96652. Grayscale: #787878. Windows color (decimal): -14247507 or 11376934. OLE color: 11376934.
HSL color Cylindrical-coordinate representation of color #2699AD: hue angle of 188.89º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2699AD is Cyan = 0.78, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 38 | 153 | 173 | - |
| CMYK | 0.78 | 0.12 | 0 | 0.32 |
| HSL | 188.89º | 0.64% | 0.41% | - |
| HSV(B) | 188.89º | 0.78% | 0.68% | - |
| XYZ | 19.73 | 26.21 | 43.55 | - |
| YUV | 120.9 | 157.4 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 153 | 173 | 0.78 | 0.12 | 0 | 0.32 | 188.89 | 0.64 | 0.41 |
| Hex | 26 | 99 | AD | 4E | C | 0 | 20 | BD | 40 | 29 |
| Octal | 46 | 231 | 255 | 116 | 14 | 0 | 40 | 275 | 100 | 51 |
| Binary | 100110 | 10011001 | 10101101 | 1001110 | 1100 | 0 | 100000 | 10111101 | 1000000 | 101001 |
Color Harmonies of #2699AD
Complementary color
Monochromatic Colors of #2699AD
Black with #2699AD
Text Example
Text Example
White with #2699AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2699AD; }
p { color: rgb(38,153,173); }
H1.HeaderClassName
{
color: #2699AD;
}
.AnyTagClassName
{
color: #2699AD;
}
</style>
background-color css
<style>
a { background-color: #2699AD; }
a { background-color: rgb(38,153,173); }
div.DivClassName
{
background-color: #2699AD;
}
.BgClassName
{
background-color: #2699AD;
}
</style>
border-color css
<style>
span { border-color: #2699AD; }
span { border-color: rgb(38,153,173); }
td.TdClassName
{
border-color: #2699AD;
}
.TagClassName
{
border-color: #2699AD;
}
</style>