Html Css Color HEX #74A9BC Glacier

📋 copy color: '#74A9BC'

red 116 ◦ green 169 ◦ blue 188

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

Shades of Glacier #74A9BC

Tints of Glacier #74A9BC

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.73%

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

R = 24.52%
G = 35.73%
B = 39.75%

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

#74A9BC (or 0x74A9BC) is known color: Glacier. HEX triplet: 74, A9 and BC. RGB value is (116,169,188). Sum of RGB (Red+Green+Blue) = 116+169+188=473 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.52% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #74A9BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74A9BC is #8B5643. Grayscale: #9B9B9B. Windows color (decimal): -9131588 or 12364148. OLE color: 12364148.

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

Color convert

RGB 116 169 188 -
CMYK 0.38 0.10 0 0.26
HSL 195.83º 0.35% 0.6% -
HSV(B) 195.83º 0.38% 0.74% -
XYZ 30.47 35.72 52.87 -
YUV 155.32 146.44 99.96 -
System Red Green Blue C M Y K H S L
Decimal 116 169 188 0.38 0.10 0 0.26 195.83 0.35 0.6
Hex 74 A9 BC 26 A 0 1A C4 23 3C
Octal 164 251 274 46 12 0 32 304 43 74
Binary 1110100 10101001 10111100 100110 1010 0 11010 11000100 100011 111100

Color Harmonies of #74A9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A9BC

Black with #74A9BC

Text Example


Text Example

White with #74A9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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