Html Css Color HEX #7DAFB2 Neptune

📋 copy color: '#7DAFB2'

red 125 ◦ green 175 ◦ blue 178

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

Shades of Neptune #7DAFB2

Tints of Neptune #7DAFB2

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.61%

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

R = 26.15%
G = 36.61%
B = 37.24%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7DAFB2 (or 0x7DAFB2) is known color: Neptune. HEX triplet: 7D, AF and B2. RGB value is (125,175,178). Sum of RGB (Red+Green+Blue) = 125+175+178=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 178 - color contains mainly: blue. Hex color #7DAFB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAFB2 is #82504D. Grayscale: #A0A0A0. Windows color (decimal): -8540238 or 11710333. OLE color: 11710333.

HSL color Cylindrical-coordinate representation of color #7DAFB2: hue angle of 183.4º 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 #7DAFB2 is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 175 178 -
CMYK 0.30 0.02 0 0.30
HSL 183.4º 0.26% 0.59% -
HSV(B) 183.4º 0.3% 0.7% -
XYZ 31.82 38.23 47.82 -
YUV 160.39 137.94 102.76 -
System Red Green Blue C M Y K H S L
Decimal 125 175 178 0.30 0.02 0 0.30 183.4 0.26 0.59
Hex 7D AF B2 1E 2 0 1E B7 1A 3B
Octal 175 257 262 36 2 0 36 267 32 73
Binary 1111101 10101111 10110010 11110 10 0 11110 10110111 11010 111011

Color Harmonies of #7DAFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAFB2

Black with #7DAFB2

Text Example


Text Example

White with #7DAFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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