Html Css Color HEX #75A4BC Glacier

📋 copy color: '#75A4BC'

red 117 ◦ green 164 ◦ blue 188

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

Shades of Glacier #75A4BC

Tints of Glacier #75A4BC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.97%

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

R = 24.95%
G = 34.97%
B = 40.09%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#75A4BC (or 0x75A4BC) is known color: Glacier. HEX triplet: 75, A4 and BC. RGB value is (117,164,188). Sum of RGB (Red+Green+Blue) = 117+164+188=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #75A4BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A4BC is #8A5B43. Grayscale: #989898. Windows color (decimal): -9067332 or 12362869. OLE color: 12362869.

HSL color Cylindrical-coordinate representation of color #75A4BC: hue angle of 200.28º 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 #75A4BC is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 164 188 -
CMYK 0.38 0.13 0 0.26
HSL 200.28º 0.35% 0.6% -
HSV(B) 200.28º 0.38% 0.74% -
XYZ 29.69 33.96 52.57 -
YUV 152.68 147.93 102.55 -
System Red Green Blue C M Y K H S L
Decimal 117 164 188 0.38 0.13 0 0.26 200.28 0.35 0.6
Hex 75 A4 BC 26 D 0 1A C8 23 3C
Octal 165 244 274 46 15 0 32 310 43 74
Binary 1110101 10100100 10111100 100110 1101 0 11010 11001000 100011 111100

Color Harmonies of #75A4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A4BC

Black with #75A4BC

Text Example


Text Example

White with #75A4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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