Html Css Color HEX #75BDC4 Glacier

📋 copy color: '#75BDC4'

red 117 ◦ green 189 ◦ blue 196

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

Shades of Glacier #75BDC4

Tints of Glacier #75BDC4

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.65%

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

R = 23.31%
G = 37.65%
B = 39.04%

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

#75BDC4 (or 0x75BDC4) is known color: Glacier. HEX triplet: 75, BD and C4. RGB value is (117,189,196). Sum of RGB (Red+Green+Blue) = 117+189+196=502 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.31% from 502); Green value is 189 (74.22% from 255 or 37.65% from 502); Blue value is 196 (76.95% from 255 or 39.04% from 502); Max value from RGB is 196 - color contains mainly: blue. Hex color #75BDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BDC4 is #8A423B. Grayscale: #A8A8A8. Windows color (decimal): -9060924 or 12893557. OLE color: 12893557.

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

Color convert

RGB 117 189 196 -
CMYK 0.40 0.04 0 0.23
HSL 185.32º 0.4% 0.61% -
HSV(B) 185.32º 0.4% 0.77% -
XYZ 35.5 44.16 58.88 -
YUV 168.27 143.65 91.43 -
System Red Green Blue C M Y K H S L
Decimal 117 189 196 0.40 0.04 0 0.23 185.32 0.4 0.61
Hex 75 BD C4 28 4 0 17 B9 28 3D
Octal 165 275 304 50 4 0 27 271 50 75
Binary 1110101 10111101 11000100 101000 100 0 10111 10111001 101000 111101

Color Harmonies of #75BDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BDC4

Black with #75BDC4

Text Example


Text Example

White with #75BDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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