Html Css Color HEX #73B0BE Glacier

📋 copy color: '#73B0BE'

red 115 ◦ green 176 ◦ blue 190

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

Shades of Glacier #73B0BE

Tints of Glacier #73B0BE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.59%

 BLUE value IS 190 (74.61% from 255) = 39.5%

R = 23.91%
G = 36.59%
B = 39.5%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#73B0BE (or 0x73B0BE) is known color: Glacier. HEX triplet: 73, B0 and BE. RGB value is (115,176,190). Sum of RGB (Red+Green+Blue) = 115+176+190=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 176 (69.14% from 255 or 36.59% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #73B0BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73B0BE is #8C4F41. Grayscale: #9F9F9F. Windows color (decimal): -9195330 or 12497011. OLE color: 12497011.

HSL color Cylindrical-coordinate representation of color #73B0BE: hue angle of 191.2º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73B0BE is Cyan = 0.39, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 176 190 -
CMYK 0.39 0.07 0 0.25
HSL 191.2º 0.37% 0.6% -
HSV(B) 191.2º 0.39% 0.75% -
XYZ 31.89 38.41 54.45 -
YUV 159.36 145.29 96.36 -
System Red Green Blue C M Y K H S L
Decimal 115 176 190 0.39 0.07 0 0.25 191.2 0.37 0.6
Hex 73 B0 BE 27 7 0 19 BF 25 3C
Octal 163 260 276 47 7 0 31 277 45 74
Binary 1110011 10110000 10111110 100111 111 0 11001 10111111 100101 111100

Color Harmonies of #73B0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73B0BE

Black with #73B0BE

Text Example


Text Example

White with #73B0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,176,190); }

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

background-color css

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

 a { background-color: rgb(115,176,190); }

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

border-color css

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

 span { border-color: rgb(115,176,190); }

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