Shades of Pelorous #1996AF
Tints of Pelorous #1996AF
RGB
CMYK
RGB Variations
Color information
#1996AF (or 0x1996AF) is known color: Pelorous. HEX triplet: 19, 96 and AF. RGB value is (25,150,175). Sum of RGB (Red+Green+Blue) = 25+150+175=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #1996AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1996AF is #E66950. Grayscale: #737373. Windows color (decimal): -15100241 or 11507225. OLE color: 11507225.
HSL color Cylindrical-coordinate representation of color #1996AF: hue angle of 190º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1996AF is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 25 | 150 | 175 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.31 |
| HSL | 190º | 0.75% | 0.39% | - |
| HSV(B) | 190º | 0.86% | 0.69% | - |
| XYZ | 19.05 | 25.11 | 44.4 | - |
| YUV | 115.48 | 161.59 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 150 | 175 | 0.86 | 0.14 | 0 | 0.31 | 190 | 0.75 | 0.39 |
| Hex | 19 | 96 | AF | 56 | E | 0 | 1F | BE | 4B | 27 |
| Octal | 31 | 226 | 257 | 126 | 16 | 0 | 37 | 276 | 113 | 47 |
| Binary | 11001 | 10010110 | 10101111 | 1010110 | 1110 | 0 | 11111 | 10111110 | 1001011 | 100111 |
Color Harmonies of #1996AF
Complementary color
Monochromatic Colors of #1996AF
Black with #1996AF
Text Example
Text Example
White with #1996AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1996AF; }
p { color: rgb(25,150,175); }
H1.HeaderClassName
{
color: #1996AF;
}
.AnyTagClassName
{
color: #1996AF;
}
</style>
background-color css
<style>
a { background-color: #1996AF; }
a { background-color: rgb(25,150,175); }
div.DivClassName
{
background-color: #1996AF;
}
.BgClassName
{
background-color: #1996AF;
}
</style>
border-color css
<style>
span { border-color: #1996AF; }
span { border-color: rgb(25,150,175); }
td.TdClassName
{
border-color: #1996AF;
}
.TagClassName
{
border-color: #1996AF;
}
</style>