Html Css Color HEX #73BCC1 Glacier

📋 copy color: '#73BCC1'

red 115 ◦ green 188 ◦ blue 193

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

Shades of Glacier #73BCC1

Tints of Glacier #73BCC1

RGB

 RED value IS 115 (45.31% from 255) = 23.19%

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

 BLUE value IS 193 (75.78% from 255) = 38.91%

R = 23.19%
G = 37.9%
B = 38.91%

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

#73BCC1 (or 0x73BCC1) is known color: Glacier. HEX triplet: 73, BC and C1. RGB value is (115,188,193). Sum of RGB (Red+Green+Blue) = 115+188+193=496 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.19% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #73BCC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BCC1 is #8C433E. Grayscale: #A6A6A6. Windows color (decimal): -9192255 or 12696691. OLE color: 12696691.

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

Color convert

RGB 115 188 193 -
CMYK 0.40 0.03 0 0.24
HSL 183.85º 0.39% 0.6% -
HSV(B) 183.85º 0.4% 0.76% -
XYZ 34.68 43.46 57.01 -
YUV 166.74 142.82 91.09 -
System Red Green Blue C M Y K H S L
Decimal 115 188 193 0.40 0.03 0 0.24 183.85 0.39 0.6
Hex 73 BC C1 28 3 0 18 B8 27 3C
Octal 163 274 301 50 3 0 30 270 47 74
Binary 1110011 10111100 11000001 101000 11 0 11000 10111000 100111 111100

Color Harmonies of #73BCC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BCC1

Black with #73BCC1

Text Example


Text Example

White with #73BCC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73BCC1; }

 p { color: rgb(115,188,193); }

 H1.HeaderClassName
 {
   color: #73BCC1;
 }
 .AnyTagClassName
 {
   color: #73BCC1;
 }
</style>

background-color css

<style>
 a { background-color: #73BCC1; }

 a { background-color: rgb(115,188,193); }

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

border-color css

<style>
 span { border-color: #73BCC1; }

 span { border-color: rgb(115,188,193); }

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