#73AFC7

Color #73AFC7 Glacier (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glacier #73AFC7

Tints of Glacier #73AFC7

Color information

#73AFC7 (or 0x73AFC7) is unknown color: approx Glacier. HEX triplet: 73, AF and C7. RGB value is (115,175,199). Sum of RGB (Red+Green+Blue) = 115+175+199=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 199 (78.12% from 255 or 40.70% from 489); Max value from RGB is 199 - color contains mainly: blue. Hex color #73AFC7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73AFC7 is #8C5038. Grayscale: #9F9F9F. Windows color (decimal): -9195577 or 13086579. OLE color: 13086579.

HSL color Cylindrical-coordinate representation of color #73AFC7: hue angle of 197.14º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73AFC7 is Cyan = 0.42, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB115175199-
CMYK0.420.1200.22
HSL197.14º42.86%61.57%-
HSV(B)197.14º42.21%78.04%-
XYZ32.7138.4359.73-
YUV159.8150.1296.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 23.52%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 199 (78.12% from 255) = 40.70%
R=23.52%
G=35.79%
B=40.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1151751990.420.1200.22197.1442.8661.57
Hex73AFC72AC016c52b3e
Octal16325730752140263055376
Binary11100111010111111000111101010110001011011000101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73AFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #73AFC7;
 }
 .AnyTagClassName
 {
   color: #73AFC7;
 }
</style>
background-color css

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

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

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

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

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

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