Html Css Color HEX #75A8BF Glacier

📋 copy color: '#75A8BF'

red 117 ◦ green 168 ◦ blue 191

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

Shades of Glacier #75A8BF

Tints of Glacier #75A8BF

RGB

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

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

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

R = 24.58%
G = 35.29%
B = 40.13%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#75A8BF (or 0x75A8BF) is known color: Glacier. HEX triplet: 75, A8 and BF. RGB value is (117,168,191). Sum of RGB (Red+Green+Blue) = 117+168+191=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #75A8BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75A8BF is #8A5740. Grayscale: #9B9B9B. Windows color (decimal): -9066305 or 12560501. OLE color: 12560501.

HSL color Cylindrical-coordinate representation of color #75A8BF: hue angle of 198.65º 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 #75A8BF is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 168 191 -
CMYK 0.39 0.12 0 0.25
HSL 198.65º 0.37% 0.6% -
HSV(B) 198.65º 0.39% 0.75% -
XYZ 30.74 35.55 54.53 -
YUV 155.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 117 168 191 0.39 0.12 0 0.25 198.65 0.37 0.6
Hex 75 A8 BF 27 C 0 19 C7 25 3C
Octal 165 250 277 47 14 0 31 307 45 74
Binary 1110101 10101000 10111111 100111 1100 0 11001 11000111 100101 111100

Color Harmonies of #75A8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A8BF

Black with #75A8BF

Text Example


Text Example

White with #75A8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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