Html Css Color HEX #7AADB3 Neptune

📋 copy color: '#7AADB3'

red 122 ◦ green 173 ◦ blue 179

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

Shades of Neptune #7AADB3

Tints of Neptune #7AADB3

RGB

 RED value IS 122 (48.05% from 255) = 25.74%

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

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

R = 25.74%
G = 36.5%
B = 37.76%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7AADB3 (or 0x7AADB3) is known color: Neptune. HEX triplet: 7A, AD and B3. RGB value is (122,173,179). Sum of RGB (Red+Green+Blue) = 122+173+179=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 173 (67.97% from 255 or 36.50% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 179 - color contains mainly: blue. Hex color #7AADB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADB3 is #85524C. Grayscale: #9E9E9E. Windows color (decimal): -8737357 or 11775354. OLE color: 11775354.

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

Color convert

RGB 122 173 179 -
CMYK 0.32 0.03 0 0.30
HSL 186.32º 0.27% 0.59% -
HSV(B) 186.32º 0.32% 0.7% -
XYZ 31.11 37.28 48.2 -
YUV 158.44 139.6 102.01 -
System Red Green Blue C M Y K H S L
Decimal 122 173 179 0.32 0.03 0 0.30 186.32 0.27 0.59
Hex 7A AD B3 20 3 0 1E BA 1B 3B
Octal 172 255 263 40 3 0 36 272 33 73
Binary 1111010 10101101 10110011 100000 11 0 11110 10111010 11011 111011

Color Harmonies of #7AADB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AADB3

Black with #7AADB3

Text Example


Text Example

White with #7AADB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,173,179); }

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

background-color css

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

 a { background-color: rgb(122,173,179); }

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

border-color css

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

 span { border-color: rgb(122,173,179); }

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