Html Css Color HEX #74B1BB Glacier

📋 copy color: '#74B1BB'

red 116 ◦ green 177 ◦ blue 187

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

Shades of Glacier #74B1BB

Tints of Glacier #74B1BB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 36.88%

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

R = 24.17%
G = 36.88%
B = 38.96%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#74B1BB (or 0x74B1BB) is known color: Glacier. HEX triplet: 74, B1 and BB. RGB value is (116,177,187). Sum of RGB (Red+Green+Blue) = 116+177+187=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 177 (69.53% from 255 or 36.88% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #74B1BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74B1BB is #8B4E44. Grayscale: #9F9F9F. Windows color (decimal): -9129541 or 12300660. OLE color: 12300660.

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

Color convert

RGB 116 177 187 -
CMYK 0.38 0.05 0 0.27
HSL 188.45º 0.34% 0.59% -
HSV(B) 188.45º 0.38% 0.73% -
XYZ 31.89 38.75 52.81 -
YUV 159.9 143.29 96.69 -
System Red Green Blue C M Y K H S L
Decimal 116 177 187 0.38 0.05 0 0.27 188.45 0.34 0.59
Hex 74 B1 BB 26 5 0 1B BC 22 3B
Octal 164 261 273 46 5 0 33 274 42 73
Binary 1110100 10110001 10111011 100110 101 0 11011 10111100 100010 111011

Color Harmonies of #74B1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B1BB

Black with #74B1BB

Text Example


Text Example

White with #74B1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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