Html Css Color HEX #7DAAAD Neptune

📋 copy color: '#7DAAAD'

red 125 ◦ green 170 ◦ blue 173

#7DAAAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neptune #7DAAAD

Tints of Neptune #7DAAAD

RGB

 RED value IS 125 (49.22% from 255) = 26.71%

 GREEN value IS 170 (66.8% from 255) = 36.32%

 BLUE value IS 173 (67.97% from 255) = 36.97%

R = 26.71%
G = 36.32%
B = 36.97%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7DAAAD (or 0x7DAAAD) is known color: Neptune. HEX triplet: 7D, AA and AD. RGB value is (125,170,173). Sum of RGB (Red+Green+Blue) = 125+170+173=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 173 - color contains mainly: blue. Hex color #7DAAAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAAAD is #825552. Grayscale: #9C9C9C. Windows color (decimal): -8541523 or 11381373. OLE color: 11381373.

HSL color Cylindrical-coordinate representation of color #7DAAAD: hue angle of 183.75º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7DAAAD is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 170 173 -
CMYK 0.28 0.02 0 0.32
HSL 183.75º 0.23% 0.58% -
HSV(B) 183.75º 0.28% 0.68% -
XYZ 30.38 36.13 44.91 -
YUV 156.89 137.09 105.26 -
System Red Green Blue C M Y K H S L
Decimal 125 170 173 0.28 0.02 0 0.32 183.75 0.23 0.58
Hex 7D AA AD 1C 2 0 20 B8 17 3A
Octal 175 252 255 34 2 0 40 270 27 72
Binary 1111101 10101010 10101101 11100 10 0 100000 10111000 10111 111010

Color Harmonies of #7DAAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAAAD

Black with #7DAAAD

Text Example


Text Example

White with #7DAAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DAAAD; }

 p { color: rgb(125,170,173); }

 H1.HeaderClassName
 {
   color: #7DAAAD;
 }
 .AnyTagClassName
 {
   color: #7DAAAD;
 }
</style>

background-color css

<style>
 a { background-color: #7DAAAD; }

 a { background-color: rgb(125,170,173); }

 div.DivClassName
 {
   background-color: #7DAAAD;
 }
 .BgClassName
 {
   background-color: #7DAAAD;
 }
</style>

border-color css

<style>
 span { border-color: #7DAAAD; }

 span { border-color: rgb(125,170,173); }

 td.TdClassName
 {
   border-color: #7DAAAD;
 }
 .TagClassName
 {
   border-color: #7DAAAD;
 }
</style>