Html Css Color HEX #74B5BF Glacier

📋 copy color: '#74B5BF'

red 116 ◦ green 181 ◦ blue 191

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

Shades of Glacier #74B5BF

Tints of Glacier #74B5BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.14%

R = 23.77%
G = 37.09%
B = 39.14%

CMYK

 C value IS 0.39

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#74B5BF (or 0x74B5BF) is known color: Glacier. HEX triplet: 74, B5 and BF. RGB value is (116,181,191). Sum of RGB (Red+Green+Blue) = 116+181+191=488 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.77% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #74B5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B5BF is #8B4A40. Grayscale: #A2A2A2. Windows color (decimal): -9128513 or 12563828. OLE color: 12563828.

HSL color Cylindrical-coordinate representation of color #74B5BF: hue angle of 188º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74B5BF is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 181 191 -
CMYK 0.39 0.05 0 0.25
HSL 188º 0.37% 0.6% -
HSV(B) 188º 0.39% 0.75% -
XYZ 33.13 40.52 55.37 -
YUV 162.71 143.97 94.69 -
System Red Green Blue C M Y K H S L
Decimal 116 181 191 0.39 0.05 0 0.25 188 0.37 0.6
Hex 74 B5 BF 27 5 0 19 BC 25 3C
Octal 164 265 277 47 5 0 31 274 45 74
Binary 1110100 10110101 10111111 100111 101 0 11001 10111100 100101 111100

Color Harmonies of #74B5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B5BF

Black with #74B5BF

Text Example


Text Example

White with #74B5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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