Html Css Color HEX #75A2BC Glacier

📋 copy color: '#75A2BC'

red 117 ◦ green 162 ◦ blue 188

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

Shades of Glacier #75A2BC

Tints of Glacier #75A2BC

RGB

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

 GREEN value IS 162 (63.67% from 255) = 34.69%

 BLUE value IS 188 (73.83% from 255) = 40.26%

R = 25.05%
G = 34.69%
B = 40.26%

CMYK

 C value IS 0.38

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#75A2BC (or 0x75A2BC) is known color: Glacier. HEX triplet: 75, A2 and BC. RGB value is (117,162,188). Sum of RGB (Red+Green+Blue) = 117+162+188=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 162 (63.67% from 255 or 34.69% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #75A2BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A2BC is #8A5D43. Grayscale: #979797. Windows color (decimal): -9067844 or 12362357. OLE color: 12362357.

HSL color Cylindrical-coordinate representation of color #75A2BC: hue angle of 201.97º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75A2BC is Cyan = 0.38, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 162 188 -
CMYK 0.38 0.14 0 0.26
HSL 201.97º 0.35% 0.6% -
HSV(B) 201.97º 0.38% 0.74% -
XYZ 29.33 33.25 52.45 -
YUV 151.51 148.59 103.39 -
System Red Green Blue C M Y K H S L
Decimal 117 162 188 0.38 0.14 0 0.26 201.97 0.35 0.6
Hex 75 A2 BC 26 E 0 1A CA 23 3C
Octal 165 242 274 46 16 0 32 312 43 74
Binary 1110101 10100010 10111100 100110 1110 0 11010 11001010 100011 111100

Color Harmonies of #75A2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A2BC

Black with #75A2BC

Text Example


Text Example

White with #75A2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,162,188); }

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

background-color css

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

 a { background-color: rgb(117,162,188); }

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

border-color css

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

 span { border-color: rgb(117,162,188); }

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