Html Css Color HEX #75A7BD Glacier

📋 copy color: '#75A7BD'

red 117 ◦ green 167 ◦ blue 189

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

Shades of Glacier #75A7BD

Tints of Glacier #75A7BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 39.96%

R = 24.74%
G = 35.31%
B = 39.96%

CMYK

 C value IS 0.38

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#75A7BD (or 0x75A7BD) is known color: Glacier. HEX triplet: 75, A7 and BD. RGB value is (117,167,189). Sum of RGB (Red+Green+Blue) = 117+167+189=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 167 (65.62% from 255 or 35.31% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #75A7BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A7BD is #8A5842. Grayscale: #9A9A9A. Windows color (decimal): -9066563 or 12429173. OLE color: 12429173.

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

Color convert

RGB 117 167 189 -
CMYK 0.38 0.12 0 0.26
HSL 198.33º 0.35% 0.6% -
HSV(B) 198.33º 0.38% 0.74% -
XYZ 30.34 35.09 53.32 -
YUV 154.56 147.44 101.21 -
System Red Green Blue C M Y K H S L
Decimal 117 167 189 0.38 0.12 0 0.26 198.33 0.35 0.6
Hex 75 A7 BD 26 C 0 1A C6 23 3C
Octal 165 247 275 46 14 0 32 306 43 74
Binary 1110101 10100111 10111101 100110 1100 0 11010 11000110 100011 111100

Color Harmonies of #75A7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A7BD

Black with #75A7BD

Text Example


Text Example

White with #75A7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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