Html Css Color HEX #7DADB2 Neptune

📋 copy color: '#7DADB2'

red 125 ◦ green 173 ◦ blue 178

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

Shades of Neptune #7DADB2

Tints of Neptune #7DADB2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.34%

 BLUE value IS 178 (69.92% from 255) = 37.39%

R = 26.26%
G = 36.34%
B = 37.39%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7DADB2 (or 0x7DADB2) is known color: Neptune. HEX triplet: 7D, AD and B2. RGB value is (125,173,178). Sum of RGB (Red+Green+Blue) = 125+173+178=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 173 (67.97% from 255 or 36.34% from 476); Blue value is 178 (69.92% from 255 or 37.39% from 476); Max value from RGB is 178 - color contains mainly: blue. Hex color #7DADB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DADB2 is #82524D. Grayscale: #9F9F9F. Windows color (decimal): -8540750 or 11709821. OLE color: 11709821.

HSL color Cylindrical-coordinate representation of color #7DADB2: hue angle of 185.66º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7DADB2 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 173 178 -
CMYK 0.30 0.03 0 0.30
HSL 185.66º 0.26% 0.59% -
HSV(B) 185.66º 0.3% 0.7% -
XYZ 31.44 37.46 47.69 -
YUV 159.22 138.6 103.59 -
System Red Green Blue C M Y K H S L
Decimal 125 173 178 0.30 0.03 0 0.30 185.66 0.26 0.59
Hex 7D AD B2 1E 3 0 1E BA 1A 3B
Octal 175 255 262 36 3 0 36 272 32 73
Binary 1111101 10101101 10110010 11110 11 0 11110 10111010 11010 111011

Color Harmonies of #7DADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DADB2

Black with #7DADB2

Text Example


Text Example

White with #7DADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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