Html Css Color HEX #75BBBC Glacier

📋 copy color: '#75BBBC'

red 117 ◦ green 187 ◦ blue 188

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

Shades of Glacier #75BBBC

Tints of Glacier #75BBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.01%

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

R = 23.78%
G = 38.01%
B = 38.21%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#75BBBC (or 0x75BBBC) is known color: Glacier. HEX triplet: 75, BB and BC. RGB value is (117,187,188). Sum of RGB (Red+Green+Blue) = 117+187+188=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 188 - color contains mainly: blue. Hex color #75BBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BBBC is #8A4443. Grayscale: #A6A6A6. Windows color (decimal): -9061444 or 12368757. OLE color: 12368757.

HSL color Cylindrical-coordinate representation of color #75BBBC: hue angle of 180.85º 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 #75BBBC is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 187 188 -
CMYK 0.38 0.01 0 0.26
HSL 180.85º 0.35% 0.6% -
HSV(B) 180.85º 0.38% 0.74% -
XYZ 34.18 42.95 54.07 -
YUV 166.18 140.31 92.92 -
System Red Green Blue C M Y K H S L
Decimal 117 187 188 0.38 0.01 0 0.26 180.85 0.35 0.6
Hex 75 BB BC 26 1 0 1A B5 23 3C
Octal 165 273 274 46 1 0 32 265 43 74
Binary 1110101 10111011 10111100 100110 1 0 11010 10110101 100011 111100

Color Harmonies of #75BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BBBC

Black with #75BBBC

Text Example


Text Example

White with #75BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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