Html Css Color HEX #75ACC1 Glacier

📋 copy color: '#75ACC1'

red 117 ◦ green 172 ◦ blue 193

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

Shades of Glacier #75ACC1

Tints of Glacier #75ACC1

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.68%

 BLUE value IS 193 (75.78% from 255) = 40.04%

R = 24.27%
G = 35.68%
B = 40.04%

CMYK

 C value IS 0.39

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#75ACC1 (or 0x75ACC1) is known color: Glacier. HEX triplet: 75, AC and C1. RGB value is (117,172,193). Sum of RGB (Red+Green+Blue) = 117+172+193=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 193 - color contains mainly: blue. Hex color #75ACC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75ACC1 is #8A533E. Grayscale: #9D9D9D. Windows color (decimal): -9065279 or 12692597. OLE color: 12692597.

HSL color Cylindrical-coordinate representation of color #75ACC1: hue angle of 196.58º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75ACC1 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 172 193 -
CMYK 0.39 0.11 0 0.24
HSL 196.58º 0.38% 0.61% -
HSV(B) 196.58º 0.39% 0.76% -
XYZ 31.71 37.14 55.95 -
YUV 157.95 147.78 98.79 -
System Red Green Blue C M Y K H S L
Decimal 117 172 193 0.39 0.11 0 0.24 196.58 0.38 0.61
Hex 75 AC C1 27 B 0 18 C5 26 3D
Octal 165 254 301 47 13 0 30 305 46 75
Binary 1110101 10101100 11000001 100111 1011 0 11000 11000101 100110 111101

Color Harmonies of #75ACC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75ACC1

Black with #75ACC1

Text Example


Text Example

White with #75ACC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,172,193); }

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

background-color css

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

 a { background-color: rgb(117,172,193); }

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

border-color css

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

 span { border-color: rgb(117,172,193); }

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