Shades of Neptune #7DB2B3
Tints of Neptune #7DB2B3
RGB
CMYK
RGB Variations
Color information
#7DB2B3 (or 0x7DB2B3) is known color: Neptune. HEX triplet: 7D, B2 and B3. RGB value is (125,178,179). Sum of RGB (Red+Green+Blue) = 125+178+179=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 179 (70.31% from 255 or 37.14% from 482); Max value from RGB is 179 - color contains mainly: blue. Hex color #7DB2B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7DB2B3 is #824D4C. Grayscale: #A2A2A2. Windows color (decimal): -8539469 or 11776637. OLE color: 11776637.
HSL color Cylindrical-coordinate representation of color #7DB2B3: hue angle of 181.11º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DB2B3 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 178 | 179 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.30 |
| HSL | 181.11º | 0.26% | 0.6% | - |
| HSV(B) | 181.11º | 0.3% | 0.7% | - |
| XYZ | 32.51 | 39.46 | 48.55 | - |
| YUV | 162.27 | 137.44 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 179 | 0.30 | 0.01 | 0 | 0.30 | 181.11 | 0.26 | 0.6 |
| Hex | 7D | B2 | B3 | 1E | 1 | 0 | 1E | B5 | 1A | 3C |
| Octal | 175 | 262 | 263 | 36 | 1 | 0 | 36 | 265 | 32 | 74 |
| Binary | 1111101 | 10110010 | 10110011 | 11110 | 1 | 0 | 11110 | 10110101 | 11010 | 111100 |
Color Harmonies of #7DB2B3
Complementary color
Monochromatic Colors of #7DB2B3
Black with #7DB2B3
Text Example
Text Example
White with #7DB2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB2B3; }
p { color: rgb(125,178,179); }
H1.HeaderClassName
{
color: #7DB2B3;
}
.AnyTagClassName
{
color: #7DB2B3;
}
</style>
background-color css
<style>
a { background-color: #7DB2B3; }
a { background-color: rgb(125,178,179); }
div.DivClassName
{
background-color: #7DB2B3;
}
.BgClassName
{
background-color: #7DB2B3;
}
</style>
border-color css
<style>
span { border-color: #7DB2B3; }
span { border-color: rgb(125,178,179); }
td.TdClassName
{
border-color: #7DB2B3;
}
.TagClassName
{
border-color: #7DB2B3;
}
</style>