Html Css Color HEX #73AFBB Glacier

📋 copy color: '#73AFBB'

red 115 ◦ green 175 ◦ blue 187

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

Shades of Glacier #73AFBB

Tints of Glacier #73AFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.2%

R = 24.11%
G = 36.69%
B = 39.2%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#73AFBB (or 0x73AFBB) is known color: Glacier. HEX triplet: 73, AF and BB. RGB value is (115,175,187). Sum of RGB (Red+Green+Blue) = 115+175+187=477 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.11% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 187 (73.44% from 255 or 39.20% from 477); Max value from RGB is 187 - color contains mainly: blue. Hex color #73AFBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AFBB is #8C5044. Grayscale: #9E9E9E. Windows color (decimal): -9195589 or 12300147. OLE color: 12300147.

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

Color convert

RGB 115 175 187 -
CMYK 0.39 0.06 0 0.27
HSL 190º 0.35% 0.59% -
HSV(B) 190º 0.39% 0.73% -
XYZ 31.37 37.89 52.67 -
YUV 158.43 144.12 97.02 -
System Red Green Blue C M Y K H S L
Decimal 115 175 187 0.39 0.06 0 0.27 190 0.35 0.59
Hex 73 AF BB 27 6 0 1B BE 23 3B
Octal 163 257 273 47 6 0 33 276 43 73
Binary 1110011 10101111 10111011 100111 110 0 11011 10111110 100011 111011

Color Harmonies of #73AFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AFBB

Black with #73AFBB

Text Example


Text Example

White with #73AFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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