Html Css Color HEX #75A3B3 Glacier

📋 copy color: '#75A3B3'

red 117 ◦ green 163 ◦ blue 179

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

Shades of Glacier #75A3B3

Tints of Glacier #75A3B3

RGB

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

 GREEN value IS 163 (64.06% from 255) = 35.51%

 BLUE value IS 179 (70.31% from 255) = 39%

R = 25.49%
G = 35.51%
B = 39%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#75A3B3 (or 0x75A3B3) is known color: Glacier. HEX triplet: 75, A3 and B3. RGB value is (117,163,179). Sum of RGB (Red+Green+Blue) = 117+163+179=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 179 - color contains mainly: blue. Hex color #75A3B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A3B3 is #8A5C4C. Grayscale: #969696. Windows color (decimal): -9067597 or 11772789. OLE color: 11772789.

HSL color Cylindrical-coordinate representation of color #75A3B3: hue angle of 195.48º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #75A3B3 is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 163 179 -
CMYK 0.35 0.09 0 0.30
HSL 195.48º 0.29% 0.58% -
HSV(B) 195.48º 0.35% 0.7% -
XYZ 28.57 33.23 47.56 -
YUV 151.07 143.76 103.7 -
System Red Green Blue C M Y K H S L
Decimal 117 163 179 0.35 0.09 0 0.30 195.48 0.29 0.58
Hex 75 A3 B3 23 9 0 1E C3 1D 3A
Octal 165 243 263 43 11 0 36 303 35 72
Binary 1110101 10100011 10110011 100011 1001 0 11110 11000011 11101 111010

Color Harmonies of #75A3B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A3B3

Black with #75A3B3

Text Example


Text Example

White with #75A3B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,163,179); }

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

background-color css

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

 a { background-color: rgb(117,163,179); }

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

border-color css

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

 span { border-color: rgb(117,163,179); }

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