Html Css Color HEX #75A5B6 Glacier

📋 copy color: '#75A5B6'

red 117 ◦ green 165 ◦ blue 182

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

Shades of Glacier #75A5B6

Tints of Glacier #75A5B6

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.56%

 BLUE value IS 182 (71.48% from 255) = 39.22%

R = 25.22%
G = 35.56%
B = 39.22%

CMYK

 C value IS 0.36

 M value IS 0.09

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#75A5B6 (or 0x75A5B6) is known color: Glacier. HEX triplet: 75, A5 and B6. RGB value is (117,165,182). Sum of RGB (Red+Green+Blue) = 117+165+182=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 165 (64.84% from 255 or 35.56% from 464); Blue value is 182 (71.48% from 255 or 39.22% from 464); Max value from RGB is 182 - color contains mainly: blue. Hex color #75A5B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A5B6 is #8A5A49. Grayscale: #989898. Windows color (decimal): -9067082 or 11969909. OLE color: 11969909.

HSL color Cylindrical-coordinate representation of color #75A5B6: hue angle of 195.69º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #75A5B6 is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 117 165 182 -
CMYK 0.36 0.09 0 0.29
HSL 195.69º 0.31% 0.59% -
HSV(B) 195.69º 0.36% 0.71% -
XYZ 29.23 34.07 49.29 -
YUV 152.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 117 165 182 0.36 0.09 0 0.29 195.69 0.31 0.59
Hex 75 A5 B6 24 9 0 1D C4 1F 3B
Octal 165 245 266 44 11 0 35 304 37 73
Binary 1110101 10100101 10110110 100100 1001 0 11101 11000100 11111 111011

Color Harmonies of #75A5B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A5B6

Black with #75A5B6

Text Example


Text Example

White with #75A5B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,165,182); }

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

background-color css

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

 a { background-color: rgb(117,165,182); }

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

border-color css

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

 span { border-color: rgb(117,165,182); }

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