#7AADBB

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

Shades of Glacier #7AADBB

Tints of Glacier #7AADBB

Color information

#7AADBB (or 0x7AADBB) is unknown color: approx Glacier. HEX triplet: 7A, AD and BB. RGB value is (122,173,187). Sum of RGB (Red+Green+Blue) = 122+173+187=482 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.31% from 482); Green value is 173 (67.97% from 255 or 35.89% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #7AADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AADBB is #855244. Grayscale: #9F9F9F. Windows color (decimal): -8737349 or 12299642. OLE color: 12299642.

HSL color Cylindrical-coordinate representation of color #7AADBB: hue angle of 192.92º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7AADBB is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB122173187-
CMYK0.350.0700.27
HSL192.92º32.34%60.59%-
HSV(B)192.92º34.76%73.33%-
XYZ31.9437.6152.59-
YUV159.35143.6101.36-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.31%
GREEN value IS 173 (67.97% from 255) = 35.89%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=25.31%
G=35.89%
B=38.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221731870.350.0700.27192.9232.3460.59
Hex7AADBB23701Bc1203d
Octal1722552734370333014075
Binary1111010101011011011101110001111101101111000001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AADBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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