#7AAFB5

Color #7AAFB5 Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #7AAFB5

Tints of Neptune #7AAFB5

Color information

#7AAFB5 (or 0x7AAFB5) is unknown color: approx Neptune. HEX triplet: 7A, AF and B5. RGB value is (122,175,181). Sum of RGB (Red+Green+Blue) = 122+175+181=478 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.52% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 181 - color contains mainly: blue. Hex color #7AAFB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AAFB5 is #85504A. Grayscale: #9F9F9F. Windows color (decimal): -8736843 or 11906938. OLE color: 11906938.

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

Color convert

RGB122175181-
CMYK0.330.0300.29
HSL186.1º28.5%59.41%-
HSV(B)186.1º32.6%70.98%-
XYZ31.738.1349.41-
YUV159.84139.94101.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.52%
GREEN value IS 175 (68.75% from 255) = 36.61%
BLUE value IS 181 (71.09% from 255) = 37.87%
R=25.52%
G=36.61%
B=37.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221751810.330.0300.29186.128.559.41
Hex7AAFB521301Dba1d3b
Octal1722572654130352723573
Binary11110101010111110110101100001110111011011101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AAFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,175,181); }

 H1.HeaderClassName
 {
   color: #7AAFB5;
 }
 .AnyTagClassName
 {
   color: #7AAFB5;
 }
</style>
background-color css

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

 a { background-color: rgb(122,175,181); }

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

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

 span { border-color: rgb(122,175,181); }

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