Html Css Color HEX #75A8BC Glacier

📋 copy color: '#75A8BC'

red 117 ◦ green 168 ◦ blue 188

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

Shades of Glacier #75A8BC

Tints of Glacier #75A8BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.75%

R = 24.74%
G = 35.52%
B = 39.75%

CMYK

 C value IS 0.38

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#75A8BC (or 0x75A8BC) is known color: Glacier. HEX triplet: 75, A8 and BC. RGB value is (117,168,188). Sum of RGB (Red+Green+Blue) = 117+168+188=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #75A8BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A8BC is #8A5743. Grayscale: #9A9A9A. Windows color (decimal): -9066308 or 12363893. OLE color: 12363893.

HSL color Cylindrical-coordinate representation of color #75A8BC: hue angle of 196.9º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75A8BC is Cyan = 0.38, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 168 188 -
CMYK 0.38 0.11 0 0.26
HSL 196.9º 0.35% 0.6% -
HSV(B) 196.9º 0.38% 0.74% -
XYZ 30.42 35.42 52.81 -
YUV 155.03 146.6 100.87 -
System Red Green Blue C M Y K H S L
Decimal 117 168 188 0.38 0.11 0 0.26 196.9 0.35 0.6
Hex 75 A8 BC 26 B 0 1A C5 23 3C
Octal 165 250 274 46 13 0 32 305 43 74
Binary 1110101 10101000 10111100 100110 1011 0 11010 11000101 100011 111100

Color Harmonies of #75A8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A8BC

Black with #75A8BC

Text Example


Text Example

White with #75A8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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