Html Css Color HEX #75AABF Glacier

📋 copy color: '#75AABF'

red 117 ◦ green 170 ◦ blue 191

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

Shades of Glacier #75AABF

Tints of Glacier #75AABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.96%

R = 24.48%
G = 35.56%
B = 39.96%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#75AABF (or 0x75AABF) is known color: Glacier. HEX triplet: 75, AA and BF. RGB value is (117,170,191). Sum of RGB (Red+Green+Blue) = 117+170+191=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #75AABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75AABF is #8A5540. Grayscale: #9C9C9C. Windows color (decimal): -9065793 or 12561013. OLE color: 12561013.

HSL color Cylindrical-coordinate representation of color #75AABF: hue angle of 197.03º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75AABF is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 170 191 -
CMYK 0.39 0.11 0 0.25
HSL 197.03º 0.37% 0.6% -
HSV(B) 197.03º 0.39% 0.75% -
XYZ 31.11 36.29 54.66 -
YUV 156.55 147.44 99.79 -
System Red Green Blue C M Y K H S L
Decimal 117 170 191 0.39 0.11 0 0.25 197.03 0.37 0.6
Hex 75 AA BF 27 B 0 19 C5 25 3C
Octal 165 252 277 47 13 0 31 305 45 74
Binary 1110101 10101010 10111111 100111 1011 0 11001 11000101 100101 111100

Color Harmonies of #75AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AABF

Black with #75AABF

Text Example


Text Example

White with #75AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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