Html Css Color HEX #74B9BD Glacier

📋 copy color: '#74B9BD'

red 116 ◦ green 185 ◦ blue 189

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

Shades of Glacier #74B9BD

Tints of Glacier #74B9BD

RGB

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

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

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

R = 23.67%
G = 37.76%
B = 38.57%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#74B9BD (or 0x74B9BD) is known color: Glacier. HEX triplet: 74, B9 and BD. RGB value is (116,185,189). Sum of RGB (Red+Green+Blue) = 116+185+189=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 185 (72.66% from 255 or 37.76% from 490); Blue value is 189 (74.22% from 255 or 38.57% from 490); Max value from RGB is 189 - color contains mainly: blue. Hex color #74B9BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74B9BD is #8B4642. Grayscale: #A4A4A4. Windows color (decimal): -9127491 or 12433780. OLE color: 12433780.

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

Color convert

RGB 116 185 189 -
CMYK 0.39 0.02 0 0.26
HSL 183.29º 0.36% 0.6% -
HSV(B) 183.29º 0.39% 0.74% -
XYZ 33.74 42.09 54.49 -
YUV 164.83 141.64 93.17 -
System Red Green Blue C M Y K H S L
Decimal 116 185 189 0.39 0.02 0 0.26 183.29 0.36 0.6
Hex 74 B9 BD 27 2 0 1A B7 24 3C
Octal 164 271 275 47 2 0 32 267 44 74
Binary 1110100 10111001 10111101 100111 10 0 11010 10110111 100100 111100

Color Harmonies of #74B9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74B9BD

Black with #74B9BD

Text Example


Text Example

White with #74B9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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