Html Css Color HEX #75AAC2 Glacier

📋 copy color: '#75AAC2'

red 117 ◦ green 170 ◦ blue 194

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

Shades of Glacier #75AAC2

Tints of Glacier #75AAC2

RGB

 RED value IS 117 (46.09% from 255) = 24.32%

 GREEN value IS 170 (66.8% from 255) = 35.34%

 BLUE value IS 194 (76.17% from 255) = 40.33%

R = 24.32%
G = 35.34%
B = 40.33%

CMYK

 C value IS 0.40

 M value IS 0.12

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#75AAC2 (or 0x75AAC2) is known color: Glacier. HEX triplet: 75, AA and C2. RGB value is (117,170,194). Sum of RGB (Red+Green+Blue) = 117+170+194=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 194 (76.17% from 255 or 40.33% from 481); Max value from RGB is 194 - color contains mainly: blue. Hex color #75AAC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AAC2 is #8A553D. Grayscale: #9C9C9C. Windows color (decimal): -9065790 or 12757621. OLE color: 12757621.

HSL color Cylindrical-coordinate representation of color #75AAC2: hue angle of 198.7º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75AAC2 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 170 194 -
CMYK 0.40 0.12 0 0.24
HSL 198.7º 0.39% 0.61% -
HSV(B) 198.7º 0.4% 0.76% -
XYZ 31.45 36.43 56.41 -
YUV 156.89 148.94 99.55 -
System Red Green Blue C M Y K H S L
Decimal 117 170 194 0.40 0.12 0 0.24 198.7 0.39 0.61
Hex 75 AA C2 28 C 0 18 C7 27 3D
Octal 165 252 302 50 14 0 30 307 47 75
Binary 1110101 10101010 11000010 101000 1100 0 11000 11000111 100111 111101

Color Harmonies of #75AAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AAC2

Black with #75AAC2

Text Example


Text Example

White with #75AAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75AAC2; }

 p { color: rgb(117,170,194); }

 H1.HeaderClassName
 {
   color: #75AAC2;
 }
 .AnyTagClassName
 {
   color: #75AAC2;
 }
</style>

background-color css

<style>
 a { background-color: #75AAC2; }

 a { background-color: rgb(117,170,194); }

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

border-color css

<style>
 span { border-color: #75AAC2; }

 span { border-color: rgb(117,170,194); }

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