#7AABB1

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

Shades of Neptune #7AABB1

Tints of Neptune #7AABB1

Color information

#7AABB1 (or 0x7AABB1) is unknown color: approx Neptune. HEX triplet: 7A, AB and B1. RGB value is (122,171,177). Sum of RGB (Red+Green+Blue) = 122+171+177=470 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.96% from 470); Green value is 171 (67.19% from 255 or 36.38% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 177 - color contains mainly: blue. Hex color #7AABB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AABB1 is #85544E. Grayscale: #9C9C9C. Windows color (decimal): -8737871 or 11643770. OLE color: 11643770.

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

Color convert

RGB122171177-
CMYK0.310.0300.31
HSL186.55º26.07%58.63%-
HSV(B)186.55º31.07%69.41%-
XYZ30.5236.4447.02-
YUV157.03139.27103.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.96%
GREEN value IS 171 (67.19% from 255) = 36.38%
BLUE value IS 177 (69.53% from 255) = 37.66%
R=25.96%
G=36.38%
B=37.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1221711770.310.0300.31186.5526.0758.63
Hex7AABB11F301Fbb1a3b
Octal1722532613730372733273
Binary1111010101010111011000111111110111111011101111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AABB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,171,177); }

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

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

 a { background-color: rgb(122,171,177); }

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

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

 span { border-color: rgb(122,171,177); }

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