Html Css Color HEX #75BCC4 Glacier

📋 copy color: '#75BCC4'

red 117 ◦ green 188 ◦ blue 196

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

Shades of Glacier #75BCC4

Tints of Glacier #75BCC4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.52%

 BLUE value IS 196 (76.95% from 255) = 39.12%

R = 23.35%
G = 37.52%
B = 39.12%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#75BCC4 (or 0x75BCC4) is known color: Glacier. HEX triplet: 75, BC and C4. RGB value is (117,188,196). Sum of RGB (Red+Green+Blue) = 117+188+196=501 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.35% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 196 (76.95% from 255 or 39.12% from 501); Max value from RGB is 196 - color contains mainly: blue. Hex color #75BCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BCC4 is #8A433B. Grayscale: #A7A7A7. Windows color (decimal): -9061180 or 12893301. OLE color: 12893301.

HSL color Cylindrical-coordinate representation of color #75BCC4: hue angle of 186.08º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75BCC4 is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 188 196 -
CMYK 0.40 0.04 0 0.23
HSL 186.08º 0.4% 0.61% -
HSV(B) 186.08º 0.4% 0.77% -
XYZ 35.28 43.73 58.81 -
YUV 167.68 143.98 91.85 -
System Red Green Blue C M Y K H S L
Decimal 117 188 196 0.40 0.04 0 0.23 186.08 0.4 0.61
Hex 75 BC C4 28 4 0 17 BA 28 3D
Octal 165 274 304 50 4 0 27 272 50 75
Binary 1110101 10111100 11000100 101000 100 0 10111 10111010 101000 111101

Color Harmonies of #75BCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BCC4

Black with #75BCC4

Text Example


Text Example

White with #75BCC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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