Html Css Color HEX #74AFBE Glacier

📋 copy color: '#74AFBE'

red 116 ◦ green 175 ◦ blue 190

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

Shades of Glacier #74AFBE

Tints of Glacier #74AFBE

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.38%

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

R = 24.12%
G = 36.38%
B = 39.5%

CMYK

 C value IS 0.39

 M value IS 0.08

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#74AFBE (or 0x74AFBE) is known color: Glacier. HEX triplet: 74, AF and BE. RGB value is (116,175,190). Sum of RGB (Red+Green+Blue) = 116+175+190=481 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.12% from 481); Green value is 175 (68.75% from 255 or 36.38% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #74AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AFBE is #8B5041. Grayscale: #9E9E9E. Windows color (decimal): -9130050 or 12496756. OLE color: 12496756.

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

Color convert

RGB 116 175 190 -
CMYK 0.39 0.08 0 0.25
HSL 192.16º 0.36% 0.6% -
HSV(B) 192.16º 0.39% 0.75% -
XYZ 31.83 38.09 54.39 -
YUV 159.07 145.45 97.28 -
System Red Green Blue C M Y K H S L
Decimal 116 175 190 0.39 0.08 0 0.25 192.16 0.36 0.6
Hex 74 AF BE 27 8 0 19 C0 24 3C
Octal 164 257 276 47 10 0 31 300 44 74
Binary 1110100 10101111 10111110 100111 1000 0 11001 11000000 100100 111100

Color Harmonies of #74AFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AFBE

Black with #74AFBE

Text Example


Text Example

White with #74AFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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