Html Css Color HEX #7EAFB3 Neptune

📋 copy color: '#7EAFB3'

red 126 ◦ green 175 ◦ blue 179

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

Shades of Neptune #7EAFB3

Tints of Neptune #7EAFB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 37.29%

R = 26.25%
G = 36.46%
B = 37.29%

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

#7EAFB3 (or 0x7EAFB3) is known color: Neptune. HEX triplet: 7E, AF and B3. RGB value is (126,175,179). Sum of RGB (Red+Green+Blue) = 126+175+179=480 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.25% from 480); Green value is 175 (68.75% from 255 or 36.46% from 480); Blue value is 179 (70.31% from 255 or 37.29% from 480); Max value from RGB is 179 - color contains mainly: blue. Hex color #7EAFB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EAFB3 is #81504C. Grayscale: #A0A0A0. Windows color (decimal): -8474701 or 11775870. OLE color: 11775870.

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

Color convert

RGB 126 175 179 -
CMYK 0.30 0.02 0 0.30
HSL 184.53º 0.26% 0.6% -
HSV(B) 184.53º 0.3% 0.7% -
XYZ 32.07 38.35 48.36 -
YUV 160.81 138.27 103.17 -
System Red Green Blue C M Y K H S L
Decimal 126 175 179 0.30 0.02 0 0.30 184.53 0.26 0.6
Hex 7E AF B3 1E 2 0 1E B9 1A 3C
Octal 176 257 263 36 2 0 36 271 32 74
Binary 1111110 10101111 10110011 11110 10 0 11110 10111001 11010 111100

Color Harmonies of #7EAFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EAFB3

Black with #7EAFB3

Text Example


Text Example

White with #7EAFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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