Html Css Color HEX #75BCC2 Glacier

📋 copy color: '#75BCC2'

red 117 ◦ green 188 ◦ blue 194

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

Shades of Glacier #75BCC2

Tints of Glacier #75BCC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.88%

R = 23.45%
G = 37.68%
B = 38.88%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#75BCC2 (or 0x75BCC2) is known color: Glacier. HEX triplet: 75, BC and C2. RGB value is (117,188,194). Sum of RGB (Red+Green+Blue) = 117+188+194=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 194 - color contains mainly: blue. Hex color #75BCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75BCC2 is #8A433D. Grayscale: #A7A7A7. Windows color (decimal): -9061182 or 12762229. OLE color: 12762229.

HSL color Cylindrical-coordinate representation of color #75BCC2: hue angle of 184.68º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75BCC2 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 188 194 -
CMYK 0.40 0.03 0 0.24
HSL 184.68º 0.39% 0.61% -
HSV(B) 184.68º 0.4% 0.76% -
XYZ 35.06 43.64 57.62 -
YUV 167.46 142.98 92.01 -
System Red Green Blue C M Y K H S L
Decimal 117 188 194 0.40 0.03 0 0.24 184.68 0.39 0.61
Hex 75 BC C2 28 3 0 18 B9 27 3D
Octal 165 274 302 50 3 0 30 271 47 75
Binary 1110101 10111100 11000010 101000 11 0 11000 10111001 100111 111101

Color Harmonies of #75BCC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BCC2

Black with #75BCC2

Text Example


Text Example

White with #75BCC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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