Html Css Color HEX #75AABB Glacier

📋 copy color: '#75AABB'

red 117 ◦ green 170 ◦ blue 187

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

Shades of Glacier #75AABB

Tints of Glacier #75AABB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.86%

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

R = 24.68%
G = 35.86%
B = 39.45%

CMYK

 C value IS 0.37

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#75AABB (or 0x75AABB) is known color: Glacier. HEX triplet: 75, AA and BB. RGB value is (117,170,187). Sum of RGB (Red+Green+Blue) = 117+170+187=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 170 (66.80% from 255 or 35.86% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #75AABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AABB is #8A5544. Grayscale: #9B9B9B. Windows color (decimal): -9065797 or 12298869. OLE color: 12298869.

HSL color Cylindrical-coordinate representation of color #75AABB: hue angle of 194.57º 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 #75AABB is Cyan = 0.37, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 170 187 -
CMYK 0.37 0.09 0 0.27
HSL 194.57º 0.34% 0.6% -
HSV(B) 194.57º 0.37% 0.73% -
XYZ 30.68 36.12 52.37 -
YUV 156.09 145.44 100.12 -
System Red Green Blue C M Y K H S L
Decimal 117 170 187 0.37 0.09 0 0.27 194.57 0.34 0.6
Hex 75 AA BB 25 9 0 1B C3 22 3C
Octal 165 252 273 45 11 0 33 303 42 74
Binary 1110101 10101010 10111011 100101 1001 0 11011 11000011 100010 111100

Color Harmonies of #75AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AABB

Black with #75AABB

Text Example


Text Example

White with #75AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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