Html Css Color HEX #7EAFB4 Neptune

📋 copy color: '#7EAFB4'

red 126 ◦ green 175 ◦ blue 180

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

Shades of Neptune #7EAFB4

Tints of Neptune #7EAFB4

RGB

 RED value IS 126 (49.61% from 255) = 26.2%

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

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 26.2%
G = 36.38%
B = 37.42%

CMYK

 C value IS 0.3

 M value IS 0.03

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7EAFB4 (or 0x7EAFB4) is known color: Neptune. HEX triplet: 7E, AF and B4. RGB value is (126,175,180). Sum of RGB (Red+Green+Blue) = 126+175+180=481 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.20% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 180 - color contains mainly: blue. Hex color #7EAFB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAFB4 is #81504B. Grayscale: #A0A0A0. Windows color (decimal): -8474700 or 11841406. OLE color: 11841406.

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

Color convert

RGB 126 175 180 -
CMYK 0.3 0.03 0 0.29
HSL 185.56º 0.26% 0.6% -
HSV(B) 185.56º 0.3% 0.71% -
XYZ 32.17 38.39 48.89 -
YUV 160.92 138.77 103.09 -
System Red Green Blue C M Y K H S L
Decimal 126 175 180 0.3 0.03 0 0.29 185.56 0.26 0.6
Hex 7E AF B4 1E 3 0 1D BA 1A 3C
Octal 176 257 264 36 3 0 35 272 32 74
Binary 1111110 10101111 10110100 11110 11 0 11101 10111010 11010 111100

Color Harmonies of #7EAFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAFB4

Black with #7EAFB4

Text Example


Text Example

White with #7EAFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,175,180); }

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

background-color css

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

 a { background-color: rgb(126,175,180); }

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

border-color css

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

 span { border-color: rgb(126,175,180); }

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