Html Css Color HEX #74A8BB Glacier

📋 copy color: '#74A8BB'

red 116 ◦ green 168 ◦ blue 187

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

Shades of Glacier #74A8BB

Tints of Glacier #74A8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.67%

 BLUE value IS 187 (73.44% from 255) = 39.7%

R = 24.63%
G = 35.67%
B = 39.7%

CMYK

 C value IS 0.38

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#74A8BB (or 0x74A8BB) is known color: Glacier. HEX triplet: 74, A8 and BB. RGB value is (116,168,187). Sum of RGB (Red+Green+Blue) = 116+168+187=471 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.63% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 187 - color contains mainly: blue. Hex color #74A8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A8BB is #8B5744. Grayscale: #9A9A9A. Windows color (decimal): -9131845 or 12298356. OLE color: 12298356.

HSL color Cylindrical-coordinate representation of color #74A8BB: hue angle of 196.06º 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 #74A8BB is Cyan = 0.38, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 168 187 -
CMYK 0.38 0.10 0 0.27
HSL 196.06º 0.34% 0.59% -
HSV(B) 196.06º 0.38% 0.73% -
XYZ 30.17 35.31 52.24 -
YUV 154.62 146.27 100.46 -
System Red Green Blue C M Y K H S L
Decimal 116 168 187 0.38 0.10 0 0.27 196.06 0.34 0.59
Hex 74 A8 BB 26 A 0 1B C4 22 3B
Octal 164 250 273 46 12 0 33 304 42 73
Binary 1110100 10101000 10111011 100110 1010 0 11011 11000100 100010 111011

Color Harmonies of #74A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A8BB

Black with #74A8BB

Text Example


Text Example

White with #74A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,168,187); }

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

background-color css

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

 a { background-color: rgb(116,168,187); }

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

border-color css

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

 span { border-color: rgb(116,168,187); }

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