Html Css Color HEX #75ABC6 Glacier

📋 copy color: '#75ABC6'

red 117 ◦ green 171 ◦ blue 198

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

Shades of Glacier #75ABC6

Tints of Glacier #75ABC6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.19%

 BLUE value IS 198 (77.73% from 255) = 40.74%

R = 24.07%
G = 35.19%
B = 40.74%

CMYK

 C value IS 0.41

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#75ABC6 (or 0x75ABC6) is known color: Glacier. HEX triplet: 75, AB and C6. RGB value is (117,171,198). Sum of RGB (Red+Green+Blue) = 117+171+198=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 171 (67.19% from 255 or 35.19% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 198 - color contains mainly: blue. Hex color #75ABC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ABC6 is #8A5439. Grayscale: #9D9D9D. Windows color (decimal): -9065530 or 13020021. OLE color: 13020021.

HSL color Cylindrical-coordinate representation of color #75ABC6: hue angle of 200º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75ABC6 is Cyan = 0.41, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 171 198 -
CMYK 0.41 0.14 0 0.22
HSL 200º 0.42% 0.62% -
HSV(B) 200º 0.41% 0.78% -
XYZ 32.09 36.98 58.87 -
YUV 157.93 150.61 98.8 -
System Red Green Blue C M Y K H S L
Decimal 117 171 198 0.41 0.14 0 0.22 200 0.42 0.62
Hex 75 AB C6 29 E 0 16 C8 2A 3E
Octal 165 253 306 51 16 0 26 310 52 76
Binary 1110101 10101011 11000110 101001 1110 0 10110 11001000 101010 111110

Color Harmonies of #75ABC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ABC6

Black with #75ABC6

Text Example


Text Example

White with #75ABC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,171,198); }

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

background-color css

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

 a { background-color: rgb(117,171,198); }

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

border-color css

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

 span { border-color: rgb(117,171,198); }

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