Html Css Color HEX #73A8C5 Glacier

📋 copy color: '#73A8C5'

red 115 ◦ green 168 ◦ blue 197

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

Shades of Glacier #73A8C5

Tints of Glacier #73A8C5

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35%

 BLUE value IS 197 (77.34% from 255) = 41.04%

R = 23.96%
G = 35%
B = 41.04%

CMYK

 C value IS 0.42

 M value IS 0.15

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#73A8C5 (or 0x73A8C5) is known color: Glacier. HEX triplet: 73, A8 and C5. RGB value is (115,168,197). Sum of RGB (Red+Green+Blue) = 115+168+197=480 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.96% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 197 - color contains mainly: blue. Hex color #73A8C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #73A8C5 is #8C573A. Grayscale: #9B9B9B. Windows color (decimal): -9197371 or 12953715. OLE color: 12953715.

HSL color Cylindrical-coordinate representation of color #73A8C5: hue angle of 201.22º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #73A8C5 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 115 168 197 -
CMYK 0.42 0.15 0 0.23
HSL 201.22º 0.41% 0.61% -
HSV(B) 201.22º 0.42% 0.77% -
XYZ 31.15 35.68 58.07 -
YUV 155.46 151.44 99.14 -
System Red Green Blue C M Y K H S L
Decimal 115 168 197 0.42 0.15 0 0.23 201.22 0.41 0.61
Hex 73 A8 C5 2A F 0 17 C9 29 3D
Octal 163 250 305 52 17 0 27 311 51 75
Binary 1110011 10101000 11000101 101010 1111 0 10111 11001001 101001 111101

Color Harmonies of #73A8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73A8C5

Black with #73A8C5

Text Example


Text Example

White with #73A8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,168,197); }

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

background-color css

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

 a { background-color: rgb(115,168,197); }

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

border-color css

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

 span { border-color: rgb(115,168,197); }

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