Html Css Color HEX #73AFBA Glacier

📋 copy color: '#73AFBA'

red 115 ◦ green 175 ◦ blue 186

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

Shades of Glacier #73AFBA

Tints of Glacier #73AFBA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 36.76%

 BLUE value IS 186 (73.05% from 255) = 39.08%

R = 24.16%
G = 36.76%
B = 39.08%

CMYK

 C value IS 0.38

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#73AFBA (or 0x73AFBA) is known color: Glacier. HEX triplet: 73, AF and BA. RGB value is (115,175,186). Sum of RGB (Red+Green+Blue) = 115+175+186=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 175 (68.75% from 255 or 36.76% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #73AFBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AFBA is #8C5045. Grayscale: #9E9E9E. Windows color (decimal): -9195590 or 12234611. OLE color: 12234611.

HSL color Cylindrical-coordinate representation of color #73AFBA: hue angle of 189.3º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73AFBA is Cyan = 0.38, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 175 186 -
CMYK 0.38 0.06 0 0.27
HSL 189.3º 0.34% 0.59% -
HSV(B) 189.3º 0.38% 0.73% -
XYZ 31.26 37.85 52.11 -
YUV 158.31 143.62 97.11 -
System Red Green Blue C M Y K H S L
Decimal 115 175 186 0.38 0.06 0 0.27 189.3 0.34 0.59
Hex 73 AF BA 26 6 0 1B BD 22 3B
Octal 163 257 272 46 6 0 33 275 42 73
Binary 1110011 10101111 10111010 100110 110 0 11011 10111101 100010 111011

Color Harmonies of #73AFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AFBA

Black with #73AFBA

Text Example


Text Example

White with #73AFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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