Html Css Color HEX #75A7BC Glacier

📋 copy color: '#75A7BC'

red 117 ◦ green 167 ◦ blue 188

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

Shades of Glacier #75A7BC

Tints of Glacier #75A7BC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 35.38%

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

R = 24.79%
G = 35.38%
B = 39.83%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#75A7BC (or 0x75A7BC) is known color: Glacier. HEX triplet: 75, A7 and BC. RGB value is (117,167,188). Sum of RGB (Red+Green+Blue) = 117+167+188=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 167 (65.62% from 255 or 35.38% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #75A7BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A7BC is #8A5843. Grayscale: #9A9A9A. Windows color (decimal): -9066564 or 12363637. OLE color: 12363637.

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

Color convert

RGB 117 167 188 -
CMYK 0.38 0.11 0 0.26
HSL 197.75º 0.35% 0.6% -
HSV(B) 197.75º 0.38% 0.74% -
XYZ 30.23 35.05 52.75 -
YUV 154.44 146.94 101.29 -
System Red Green Blue C M Y K H S L
Decimal 117 167 188 0.38 0.11 0 0.26 197.75 0.35 0.6
Hex 75 A7 BC 26 B 0 1A C6 23 3C
Octal 165 247 274 46 13 0 32 306 43 74
Binary 1110101 10100111 10111100 100110 1011 0 11010 11000110 100011 111100

Color Harmonies of #75A7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A7BC

Black with #75A7BC

Text Example


Text Example

White with #75A7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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