Html Css Color HEX #75B0BE Glacier

📋 copy color: '#75B0BE'

red 117 ◦ green 176 ◦ blue 190

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

Shades of Glacier #75B0BE

Tints of Glacier #75B0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.44%

 BLUE value IS 190 (74.61% from 255) = 39.34%

R = 24.22%
G = 36.44%
B = 39.34%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#75B0BE (or 0x75B0BE) is known color: Glacier. HEX triplet: 75, B0 and BE. RGB value is (117,176,190). Sum of RGB (Red+Green+Blue) = 117+176+190=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 176 (69.14% from 255 or 36.44% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 190 - color contains mainly: blue. Hex color #75B0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #75B0BE is #8A4F41. Grayscale: #9F9F9F. Windows color (decimal): -9064258 or 12497013. OLE color: 12497013.

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

Color convert

RGB 117 176 190 -
CMYK 0.38 0.07 0 0.25
HSL 191.51º 0.36% 0.6% -
HSV(B) 191.51º 0.38% 0.75% -
XYZ 32.16 38.55 54.46 -
YUV 159.96 144.95 97.36 -
System Red Green Blue C M Y K H S L
Decimal 117 176 190 0.38 0.07 0 0.25 191.51 0.36 0.6
Hex 75 B0 BE 26 7 0 19 C0 24 3C
Octal 165 260 276 46 7 0 31 300 44 74
Binary 1110101 10110000 10111110 100110 111 0 11001 11000000 100100 111100

Color Harmonies of #75B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B0BE

Black with #75B0BE

Text Example


Text Example

White with #75B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,176,190); }

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

background-color css

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

 a { background-color: rgb(117,176,190); }

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

border-color css

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

 span { border-color: rgb(117,176,190); }

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