Html Css Color HEX #74A8BC Glacier

📋 copy color: '#74A8BC'

red 116 ◦ green 168 ◦ blue 188

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

Shades of Glacier #74A8BC

Tints of Glacier #74A8BC

RGB

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

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

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

R = 24.58%
G = 35.59%
B = 39.83%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#74A8BC (or 0x74A8BC) is known color: Glacier. HEX triplet: 74, A8 and BC. RGB value is (116,168,188). Sum of RGB (Red+Green+Blue) = 116+168+188=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #74A8BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A8BC is #8B5743. Grayscale: #9A9A9A. Windows color (decimal): -9131844 or 12363892. OLE color: 12363892.

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

Color convert

RGB 116 168 188 -
CMYK 0.38 0.11 0 0.26
HSL 196.67º 0.35% 0.6% -
HSV(B) 196.67º 0.38% 0.74% -
XYZ 30.28 35.35 52.8 -
YUV 154.73 146.77 100.37 -
System Red Green Blue C M Y K H S L
Decimal 116 168 188 0.38 0.11 0 0.26 196.67 0.35 0.6
Hex 74 A8 BC 26 B 0 1A C5 23 3C
Octal 164 250 274 46 13 0 32 305 43 74
Binary 1110100 10101000 10111100 100110 1011 0 11010 11000101 100011 111100

Color Harmonies of #74A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A8BC

Black with #74A8BC

Text Example


Text Example

White with #74A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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