Html Css Color HEX #74ABBB Glacier

📋 copy color: '#74ABBB'

red 116 ◦ green 171 ◦ blue 187

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

Shades of Glacier #74ABBB

Tints of Glacier #74ABBB

RGB

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

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

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

R = 24.47%
G = 36.08%
B = 39.45%

CMYK

 C value IS 0.38

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#74ABBB (or 0x74ABBB) is known color: Glacier. HEX triplet: 74, AB and BB. RGB value is (116,171,187). Sum of RGB (Red+Green+Blue) = 116+171+187=474 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.47% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #74ABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74ABBB is #8B5444. Grayscale: #9C9C9C. Windows color (decimal): -9131077 or 12299124. OLE color: 12299124.

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

Color convert

RGB 116 171 187 -
CMYK 0.38 0.09 0 0.27
HSL 193.52º 0.34% 0.59% -
HSV(B) 193.52º 0.38% 0.73% -
XYZ 30.74 36.43 52.42 -
YUV 156.38 145.28 99.2 -
System Red Green Blue C M Y K H S L
Decimal 116 171 187 0.38 0.09 0 0.27 193.52 0.34 0.59
Hex 74 AB BB 26 9 0 1B C2 22 3B
Octal 164 253 273 46 11 0 33 302 42 73
Binary 1110100 10101011 10111011 100110 1001 0 11011 11000010 100010 111011

Color Harmonies of #74ABBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74ABBB

Black with #74ABBB

Text Example


Text Example

White with #74ABBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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