Html Css Color HEX #75ACB5 Glacier

📋 copy color: '#75ACB5'

red 117 ◦ green 172 ◦ blue 181

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

Shades of Glacier #75ACB5

Tints of Glacier #75ACB5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.6%

 BLUE value IS 181 (71.09% from 255) = 38.51%

R = 24.89%
G = 36.6%
B = 38.51%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#75ACB5 (or 0x75ACB5) is known color: Glacier. HEX triplet: 75, AC and B5. RGB value is (117,172,181). Sum of RGB (Red+Green+Blue) = 117+172+181=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 181 (71.09% from 255 or 38.51% from 470); Max value from RGB is 181 - color contains mainly: blue. Hex color #75ACB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ACB5 is #8A534A. Grayscale: #9C9C9C. Windows color (decimal): -9065291 or 11906165. OLE color: 11906165.

HSL color Cylindrical-coordinate representation of color #75ACB5: hue angle of 188.44º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75ACB5 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 172 181 -
CMYK 0.35 0.05 0 0.29
HSL 188.44º 0.3% 0.58% -
HSV(B) 188.44º 0.35% 0.71% -
XYZ 30.43 36.62 49.18 -
YUV 156.58 141.78 99.77 -
System Red Green Blue C M Y K H S L
Decimal 117 172 181 0.35 0.05 0 0.29 188.44 0.3 0.58
Hex 75 AC B5 23 5 0 1D BC 1E 3A
Octal 165 254 265 43 5 0 35 274 36 72
Binary 1110101 10101100 10110101 100011 101 0 11101 10111100 11110 111010

Color Harmonies of #75ACB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ACB5

Black with #75ACB5

Text Example


Text Example

White with #75ACB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,172,181); }

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

background-color css

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

 a { background-color: rgb(117,172,181); }

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

border-color css

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

 span { border-color: rgb(117,172,181); }

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