Html Css Color HEX #75A8BB Glacier

📋 copy color: '#75A8BB'

red 117 ◦ green 168 ◦ blue 187

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

Shades of Glacier #75A8BB

Tints of Glacier #75A8BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 24.79%
G = 35.59%
B = 39.62%

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

#75A8BB (or 0x75A8BB) is known color: Glacier. HEX triplet: 75, A8 and BB. RGB value is (117,168,187). Sum of RGB (Red+Green+Blue) = 117+168+187=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 187 - color contains mainly: blue. Hex color #75A8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A8BB is #8A5744. Grayscale: #9A9A9A. Windows color (decimal): -9066309 or 12298357. OLE color: 12298357.

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

Color convert

RGB 117 168 187 -
CMYK 0.37 0.10 0 0.27
HSL 196.29º 0.34% 0.6% -
HSV(B) 196.29º 0.37% 0.73% -
XYZ 30.31 35.38 52.24 -
YUV 154.92 146.1 100.96 -
System Red Green Blue C M Y K H S L
Decimal 117 168 187 0.37 0.10 0 0.27 196.29 0.34 0.6
Hex 75 A8 BB 25 A 0 1B C4 22 3C
Octal 165 250 273 45 12 0 33 304 42 74
Binary 1110101 10101000 10111011 100101 1010 0 11011 11000100 100010 111100

Color Harmonies of #75A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A8BB

Black with #75A8BB

Text Example


Text Example

White with #75A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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