Html Css Color HEX #74AFBA Glacier

📋 copy color: '#74AFBA'

red 116 ◦ green 175 ◦ blue 186

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

Shades of Glacier #74AFBA

Tints of Glacier #74AFBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.99%

R = 24.32%
G = 36.69%
B = 38.99%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#74AFBA (or 0x74AFBA) is known color: Glacier. HEX triplet: 74, AF and BA. RGB value is (116,175,186). Sum of RGB (Red+Green+Blue) = 116+175+186=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #74AFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #74AFBA is #8B5045. Grayscale: #9E9E9E. Windows color (decimal): -9130054 or 12234612. OLE color: 12234612.

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

Color convert

RGB 116 175 186 -
CMYK 0.38 0.06 0 0.27
HSL 189.43º 0.34% 0.59% -
HSV(B) 189.43º 0.38% 0.73% -
XYZ 31.4 37.92 52.12 -
YUV 158.61 143.45 97.61 -
System Red Green Blue C M Y K H S L
Decimal 116 175 186 0.38 0.06 0 0.27 189.43 0.34 0.59
Hex 74 AF BA 26 6 0 1B BD 22 3B
Octal 164 257 272 46 6 0 33 275 42 73
Binary 1110100 10101111 10111010 100110 110 0 11011 10111101 100010 111011

Color Harmonies of #74AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AFBA

Black with #74AFBA

Text Example


Text Example

White with #74AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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