Html Css Color HEX #74ABBD Glacier

📋 copy color: '#74ABBD'

red 116 ◦ green 171 ◦ blue 189

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

Shades of Glacier #74ABBD

Tints of Glacier #74ABBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.71%

R = 24.37%
G = 35.92%
B = 39.71%

CMYK

 C value IS 0.39

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#74ABBD (or 0x74ABBD) is known color: Glacier. HEX triplet: 74, AB and BD. RGB value is (116,171,189). Sum of RGB (Red+Green+Blue) = 116+171+189=476 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.37% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 189 (74.22% from 255 or 39.71% from 476); Max value from RGB is 189 - color contains mainly: blue. Hex color #74ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ABBD is #8B5442. Grayscale: #9C9C9C. Windows color (decimal): -9131075 or 12430196. OLE color: 12430196.

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

Color convert

RGB 116 171 189 -
CMYK 0.39 0.10 0 0.26
HSL 194.79º 0.36% 0.6% -
HSV(B) 194.79º 0.39% 0.74% -
XYZ 30.95 36.51 53.56 -
YUV 156.61 146.28 99.04 -
System Red Green Blue C M Y K H S L
Decimal 116 171 189 0.39 0.10 0 0.26 194.79 0.36 0.6
Hex 74 AB BD 27 A 0 1A C3 24 3C
Octal 164 253 275 47 12 0 32 303 44 74
Binary 1110100 10101011 10111101 100111 1010 0 11010 11000011 100100 111100

Color Harmonies of #74ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ABBD

Black with #74ABBD

Text Example


Text Example

White with #74ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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