Html Css Color HEX #73BABE Glacier

📋 copy color: '#73BABE'

red 115 ◦ green 186 ◦ blue 190

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

Shades of Glacier #73BABE

Tints of Glacier #73BABE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.88%

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

R = 23.42%
G = 37.88%
B = 38.7%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#73BABE (or 0x73BABE) is known color: Glacier. HEX triplet: 73, BA and BE. RGB value is (115,186,190). Sum of RGB (Red+Green+Blue) = 115+186+190=491 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.42% from 491); Green value is 186 (73.05% from 255 or 37.88% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #73BABE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73BABE is #8C4541. Grayscale: #A5A5A5. Windows color (decimal): -9192770 or 12499571. OLE color: 12499571.

HSL color Cylindrical-coordinate representation of color #73BABE: hue angle of 183.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 #73BABE is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 115 186 190 -
CMYK 0.39 0.02 0 0.25
HSL 183.2º 0.37% 0.6% -
HSV(B) 183.2º 0.39% 0.75% -
XYZ 33.92 42.48 55.13 -
YUV 165.23 141.98 92.17 -
System Red Green Blue C M Y K H S L
Decimal 115 186 190 0.39 0.02 0 0.25 183.2 0.37 0.6
Hex 73 BA BE 27 2 0 19 B7 25 3C
Octal 163 272 276 47 2 0 31 267 45 74
Binary 1110011 10111010 10111110 100111 10 0 11001 10110111 100101 111100

Color Harmonies of #73BABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73BABE

Black with #73BABE

Text Example


Text Example

White with #73BABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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