Html Css Color HEX #73AFBC Glacier

📋 copy color: '#73AFBC'

red 115 ◦ green 175 ◦ blue 188

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

Shades of Glacier #73AFBC

Tints of Glacier #73AFBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.33%

R = 24.06%
G = 36.61%
B = 39.33%

CMYK

 C value IS 0.39

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#73AFBC (or 0x73AFBC) is known color: Glacier. HEX triplet: 73, AF and BC. RGB value is (115,175,188). Sum of RGB (Red+Green+Blue) = 115+175+188=478 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.06% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #73AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AFBC is #8C5043. Grayscale: #9E9E9E. Windows color (decimal): -9195588 or 12365683. OLE color: 12365683.

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

Color convert

RGB 115 175 188 -
CMYK 0.39 0.07 0 0.26
HSL 190.68º 0.35% 0.59% -
HSV(B) 190.68º 0.39% 0.74% -
XYZ 31.48 37.94 53.24 -
YUV 158.54 144.62 96.94 -
System Red Green Blue C M Y K H S L
Decimal 115 175 188 0.39 0.07 0 0.26 190.68 0.35 0.59
Hex 73 AF BC 27 7 0 1A BF 23 3B
Octal 163 257 274 47 7 0 32 277 43 73
Binary 1110011 10101111 10111100 100111 111 0 11010 10111111 100011 111011

Color Harmonies of #73AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73AFBC

Black with #73AFBC

Text Example


Text Example

White with #73AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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