Html Css Color HEX #74B5BD Glacier

📋 copy color: '#74B5BD'

red 116 ◦ green 181 ◦ blue 189

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

Shades of Glacier #74B5BD

Tints of Glacier #74B5BD

RGB

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

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

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

R = 23.87%
G = 37.24%
B = 38.89%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#74B5BD (or 0x74B5BD) is known color: Glacier. HEX triplet: 74, B5 and BD. RGB value is (116,181,189). Sum of RGB (Red+Green+Blue) = 116+181+189=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 181 (71.09% from 255 or 37.24% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #74B5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B5BD is #8B4A42. Grayscale: #A2A2A2. Windows color (decimal): -9128515 or 12432756. OLE color: 12432756.

HSL color Cylindrical-coordinate representation of color #74B5BD: hue angle of 186.58º 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 #74B5BD is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 181 189 -
CMYK 0.39 0.04 0 0.26
HSL 186.58º 0.36% 0.6% -
HSV(B) 186.58º 0.39% 0.74% -
XYZ 32.91 40.43 54.21 -
YUV 162.48 142.97 94.85 -
System Red Green Blue C M Y K H S L
Decimal 116 181 189 0.39 0.04 0 0.26 186.58 0.36 0.6
Hex 74 B5 BD 27 4 0 1A BB 24 3C
Octal 164 265 275 47 4 0 32 273 44 74
Binary 1110100 10110101 10111101 100111 100 0 11010 10111011 100100 111100

Color Harmonies of #74B5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B5BD

Black with #74B5BD

Text Example


Text Example

White with #74B5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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