Html Css Color HEX #74B9BE Glacier

📋 copy color: '#74B9BE'

red 116 ◦ green 185 ◦ blue 190

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

Shades of Glacier #74B9BE

Tints of Glacier #74B9BE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.68%

 BLUE value IS 190 (74.61% from 255) = 38.7%

R = 23.63%
G = 37.68%
B = 38.7%

CMYK

 C value IS 0.39

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#74B9BE (or 0x74B9BE) is known color: Glacier. HEX triplet: 74, B9 and BE. RGB value is (116,185,190). Sum of RGB (Red+Green+Blue) = 116+185+190=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #74B9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B9BE is #8B4641. Grayscale: #A4A4A4. Windows color (decimal): -9127490 or 12499316. OLE color: 12499316.

HSL color Cylindrical-coordinate representation of color #74B9BE: hue angle of 184.05º degrees, saturation: 0.36, 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 #74B9BE is Cyan = 0.39, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 185 190 -
CMYK 0.39 0.03 0 0.25
HSL 184.05º 0.36% 0.6% -
HSV(B) 184.05º 0.39% 0.75% -
XYZ 33.85 42.13 55.06 -
YUV 164.94 142.14 93.09 -
System Red Green Blue C M Y K H S L
Decimal 116 185 190 0.39 0.03 0 0.25 184.05 0.36 0.6
Hex 74 B9 BE 27 3 0 19 B8 24 3C
Octal 164 271 276 47 3 0 31 270 44 74
Binary 1110100 10111001 10111110 100111 11 0 11001 10111000 100100 111100

Color Harmonies of #74B9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B9BE

Black with #74B9BE

Text Example


Text Example

White with #74B9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,185,190); }

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

background-color css

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

 a { background-color: rgb(116,185,190); }

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

border-color css

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

 span { border-color: rgb(116,185,190); }

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