Html Css Color HEX #74ABC1 Glacier

📋 copy color: '#74ABC1'

red 116 ◦ green 171 ◦ blue 193

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

Shades of Glacier #74ABC1

Tints of Glacier #74ABC1

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.63%

 BLUE value IS 193 (75.78% from 255) = 40.21%

R = 24.17%
G = 35.63%
B = 40.21%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#74ABC1 (or 0x74ABC1) is known color: Glacier. HEX triplet: 74, AB and C1. RGB value is (116,171,193). Sum of RGB (Red+Green+Blue) = 116+171+193=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #74ABC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ABC1 is #8B543E. Grayscale: #9C9C9C. Windows color (decimal): -9131071 or 12692340. OLE color: 12692340.

HSL color Cylindrical-coordinate representation of color #74ABC1: hue angle of 197.14º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74ABC1 is Cyan = 0.40, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 171 193 -
CMYK 0.40 0.11 0 0.24
HSL 197.14º 0.38% 0.61% -
HSV(B) 197.14º 0.4% 0.76% -
XYZ 31.39 36.69 55.88 -
YUV 157.06 148.28 98.71 -
System Red Green Blue C M Y K H S L
Decimal 116 171 193 0.40 0.11 0 0.24 197.14 0.38 0.61
Hex 74 AB C1 28 B 0 18 C5 26 3D
Octal 164 253 301 50 13 0 30 305 46 75
Binary 1110100 10101011 11000001 101000 1011 0 11000 11000101 100110 111101

Color Harmonies of #74ABC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ABC1

Black with #74ABC1

Text Example


Text Example

White with #74ABC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,171,193); }

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

background-color css

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

 a { background-color: rgb(116,171,193); }

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

border-color css

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

 span { border-color: rgb(116,171,193); }

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