Html Css Color HEX #7AADBB Glacier

📋 copy color: '#7AADBB'

red 122 ◦ green 173 ◦ blue 187

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

Shades of Glacier #7AADBB

Tints of Glacier #7AADBB

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.8%

R = 25.31%
G = 35.89%
B = 38.8%

CMYK

 C value IS 0.35

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7AADBB (or 0x7AADBB) is known color: 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

RGB 122 173 187 -
CMYK 0.35 0.07 0 0.27
HSL 192.92º 0.32% 0.61% -
HSV(B) 192.92º 0.35% 0.73% -
XYZ 31.94 37.61 52.59 -
YUV 159.35 143.6 101.36 -
System Red Green Blue C M Y K H S L
Decimal 122 173 187 0.35 0.07 0 0.27 192.92 0.32 0.61
Hex 7A AD BB 23 7 0 1B C1 20 3D
Octal 172 255 273 43 7 0 33 301 40 75
Binary 1111010 10101101 10111011 100011 111 0 11011 11000001 100000 111101

Color Harmonies of #7AADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AADBB

Black with #7AADBB

Text Example


Text Example

White with #7AADBB

Text Example


Text Example

HTML Codes & Css Web 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>