Html Css Color HEX #74AABA Glacier

📋 copy color: '#74AABA'

red 116 ◦ green 170 ◦ blue 186

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

Shades of Glacier #74AABA

Tints of Glacier #74AABA

RGB

 RED value IS 116 (45.7% from 255) = 24.58%

 GREEN value IS 170 (66.8% from 255) = 36.02%

 BLUE value IS 186 (73.05% from 255) = 39.41%

R = 24.58%
G = 36.02%
B = 39.41%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#74AABA (or 0x74AABA) is known color: Glacier. HEX triplet: 74, AA and BA. RGB value is (116,170,186). Sum of RGB (Red+Green+Blue) = 116+170+186=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 170 (66.80% from 255 or 36.02% from 472); Blue value is 186 (73.05% from 255 or 39.41% from 472); Max value from RGB is 186 - color contains mainly: blue. Hex color #74AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AABA is #8B5545. Grayscale: #9B9B9B. Windows color (decimal): -9131334 or 12233332. OLE color: 12233332.

HSL color Cylindrical-coordinate representation of color #74AABA: hue angle of 193.71º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74AABA is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 170 186 -
CMYK 0.38 0.09 0 0.27
HSL 193.71º 0.34% 0.59% -
HSV(B) 193.71º 0.38% 0.73% -
XYZ 30.44 36.01 51.8 -
YUV 155.68 145.11 99.7 -
System Red Green Blue C M Y K H S L
Decimal 116 170 186 0.38 0.09 0 0.27 193.71 0.34 0.59
Hex 74 AA BA 26 9 0 1B C2 22 3B
Octal 164 252 272 46 11 0 33 302 42 73
Binary 1110100 10101010 10111010 100110 1001 0 11011 11000010 100010 111011

Color Harmonies of #74AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AABA

Black with #74AABA

Text Example


Text Example

White with #74AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74AABA; }

 p { color: rgb(116,170,186); }

 H1.HeaderClassName
 {
   color: #74AABA;
 }
 .AnyTagClassName
 {
   color: #74AABA;
 }
</style>

background-color css

<style>
 a { background-color: #74AABA; }

 a { background-color: rgb(116,170,186); }

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

border-color css

<style>
 span { border-color: #74AABA; }

 span { border-color: rgb(116,170,186); }

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