Html Css Color HEX #75A8BA Glacier

📋 copy color: '#75A8BA'

red 117 ◦ green 168 ◦ blue 186

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

Shades of Glacier #75A8BA

Tints of Glacier #75A8BA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.67%

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 24.84%
G = 35.67%
B = 39.49%

CMYK

 C value IS 0.37

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#75A8BA (or 0x75A8BA) is known color: Glacier. HEX triplet: 75, A8 and BA. RGB value is (117,168,186). Sum of RGB (Red+Green+Blue) = 117+168+186=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 168 (66.02% from 255 or 35.67% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 186 - color contains mainly: blue. Hex color #75A8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A8BA is #8A5745. Grayscale: #9A9A9A. Windows color (decimal): -9066310 or 12232821. OLE color: 12232821.

HSL color Cylindrical-coordinate representation of color #75A8BA: hue angle of 195.65º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75A8BA is Cyan = 0.37, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 168 186 -
CMYK 0.37 0.10 0 0.27
HSL 195.65º 0.33% 0.59% -
HSV(B) 195.65º 0.37% 0.73% -
XYZ 30.2 35.33 51.68 -
YUV 154.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 117 168 186 0.37 0.10 0 0.27 195.65 0.33 0.59
Hex 75 A8 BA 25 A 0 1B C4 21 3B
Octal 165 250 272 45 12 0 33 304 41 73
Binary 1110101 10101000 10111010 100101 1010 0 11011 11000100 100001 111011

Color Harmonies of #75A8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A8BA

Black with #75A8BA

Text Example


Text Example

White with #75A8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,168,186); }

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

background-color css

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

 a { background-color: rgb(117,168,186); }

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

border-color css

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

 span { border-color: rgb(117,168,186); }

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