Html Css Color HEX #74B5BB Glacier

📋 copy color: '#74B5BB'

red 116 ◦ green 181 ◦ blue 187

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

Shades of Glacier #74B5BB

Tints of Glacier #74B5BB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.4%

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

R = 23.97%
G = 37.4%
B = 38.64%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#74B5BB (or 0x74B5BB) is known color: Glacier. HEX triplet: 74, B5 and BB. RGB value is (116,181,187). Sum of RGB (Red+Green+Blue) = 116+181+187=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 181 (71.09% from 255 or 37.40% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 187 - color contains mainly: blue. Hex color #74B5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B5BB is #8B4A44. Grayscale: #A2A2A2. Windows color (decimal): -9128517 or 12301684. OLE color: 12301684.

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

Color convert

RGB 116 181 187 -
CMYK 0.38 0.03 0 0.27
HSL 185.07º 0.34% 0.59% -
HSV(B) 185.07º 0.38% 0.73% -
XYZ 32.7 40.35 53.08 -
YUV 162.25 141.97 95.01 -
System Red Green Blue C M Y K H S L
Decimal 116 181 187 0.38 0.03 0 0.27 185.07 0.34 0.59
Hex 74 B5 BB 26 3 0 1B B9 22 3B
Octal 164 265 273 46 3 0 33 271 42 73
Binary 1110100 10110101 10111011 100110 11 0 11011 10111001 100010 111011

Color Harmonies of #74B5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B5BB

Black with #74B5BB

Text Example


Text Example

White with #74B5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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