Html Css Color HEX #74AABC Glacier

📋 copy color: '#74AABC'

red 116 ◦ green 170 ◦ blue 188

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

Shades of Glacier #74AABC

Tints of Glacier #74AABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.66%

R = 24.47%
G = 35.86%
B = 39.66%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#74AABC (or 0x74AABC) is known color: Glacier. HEX triplet: 74, AA and BC. RGB value is (116,170,188). Sum of RGB (Red+Green+Blue) = 116+170+188=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #74AABC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AABC is #8B5543. Grayscale: #9B9B9B. Windows color (decimal): -9131332 or 12364404. OLE color: 12364404.

HSL color Cylindrical-coordinate representation of color #74AABC: hue angle of 195º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74AABC is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 170 188 -
CMYK 0.38 0.10 0 0.26
HSL 195º 0.35% 0.6% -
HSV(B) 195º 0.38% 0.74% -
XYZ 30.65 36.09 52.93 -
YUV 155.91 146.11 99.54 -
System Red Green Blue C M Y K H S L
Decimal 116 170 188 0.38 0.10 0 0.26 195 0.35 0.6
Hex 74 AA BC 26 A 0 1A C3 23 3C
Octal 164 252 274 46 12 0 32 303 43 74
Binary 1110100 10101010 10111100 100110 1010 0 11010 11000011 100011 111100

Color Harmonies of #74AABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AABC

Black with #74AABC

Text Example


Text Example

White with #74AABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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