Html Css Color HEX #75B8BF Glacier

📋 copy color: '#75B8BF'

red 117 ◦ green 184 ◦ blue 191

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

Shades of Glacier #75B8BF

Tints of Glacier #75B8BF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.4%

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

R = 23.78%
G = 37.4%
B = 38.82%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#75B8BF (or 0x75B8BF) is known color: Glacier. HEX triplet: 75, B8 and BF. RGB value is (117,184,191). Sum of RGB (Red+Green+Blue) = 117+184+191=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #75B8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75B8BF is #8A4740. Grayscale: #A4A4A4. Windows color (decimal): -9062209 or 12564597. OLE color: 12564597.

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

Color convert

RGB 117 184 191 -
CMYK 0.39 0.04 0 0.25
HSL 185.68º 0.37% 0.6% -
HSV(B) 185.68º 0.39% 0.75% -
XYZ 33.88 41.82 55.58 -
YUV 164.77 142.8 93.93 -
System Red Green Blue C M Y K H S L
Decimal 117 184 191 0.39 0.04 0 0.25 185.68 0.37 0.6
Hex 75 B8 BF 27 4 0 19 BA 25 3C
Octal 165 270 277 47 4 0 31 272 45 74
Binary 1110101 10111000 10111111 100111 100 0 11001 10111010 100101 111100

Color Harmonies of #75B8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75B8BF

Black with #75B8BF

Text Example


Text Example

White with #75B8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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